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>
This commit is contained in:
parent
8ddafa1534
commit
05cdb125f7
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue