浏览代码

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 7 年之前
父节点
当前提交
05cdb125f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/wlan-ng/p80211metadef.h

+ 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 \