Эх сурвалжийг харах

staging: wlan-ng: rename DIDmib_lnx_lnxConfigTable in p80211metadef.h

Rename DIDmib_lnx_lnxConfigTable in p80211metadef.h to
DIDMIB_LNX_CONFIGTABLE to fix "Avoid CamelCase" message from
checkpatch and conform to the coding style guidelines. Also shorten
name by removing repeated use of "LNX" to ease readability and
reduce long lines.

Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tim Collier 6 жил өмнө
parent
commit
05cdb125f7

+ 1 - 1
drivers/staging/wlan-ng/p80211metadef.h

@@ -219,7 +219,7 @@
 			P80211DID_MKITEM(1) | 0x10000000)
 #define DIDMIB_CAT_LNX \
 			P80211DID_MKSECTION(4)
-#define DIDmib_lnx_lnxConfigTable \
+#define DIDMIB_LNX_CONFIGTABLE \
 			(P80211DID_MKSECTION(4) | \
 			P80211DID_MKGROUP(1))
 #define DIDmib_lnx_lnxConfigTable_lnxRSNAIE \