From: Tim Collier Date: Wed, 26 Sep 2018 22:06:19 +0000 (+0100) Subject: staging: wlan-ng: rename DIDmib_lnx_lnxConfigTable in p80211metadef.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=05cdb125f7ed0183c0c063b5439a308dff8853f3;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wlan-ng/p80211metadef.h b/drivers/staging/wlan-ng/p80211metadef.h index e332c98ae2a53..d04e781483142 100644 --- a/drivers/staging/wlan-ng/p80211metadef.h +++ b/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 \