aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>2014-09-30 20:43:15 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-02 10:15:12 -0700
commit84780ecdf6c46909c6a4f06635c953f8d8d635f7 (patch)
tree38c83596f4b6a67b4dfee265a3af564a3abae783 /drivers/staging
parentstaging: ft1000: ft1000-usb: Removed unnecessary else statement. (diff)
downloadlinux-dev-84780ecdf6c46909c6a4f06635c953f8d8d635f7.tar.xz
linux-dev-84780ecdf6c46909c6a4f06635c953f8d8d635f7.zip
staging: rtl8192e: Array was made static const char * const
This patch fixes checkpatch.pl error in file rtllib.h WARNING: static const char * array should probably be static const char * const Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8192e/rtllib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h
index e91f1301a38c..7732af14796f 100644
--- a/drivers/staging/rtl8192e/rtllib.h
+++ b/drivers/staging/rtl8192e/rtllib.h
@@ -1456,7 +1456,7 @@ enum eap_type {
EAPOL_ENCAP_ASF_ALERT
};
-static const char *eap_types[] = {
+static const char * const eap_types[] = {
[EAP_PACKET] = "EAP-Packet",
[EAPOL_START] = "EAPOL-Start",
[EAPOL_LOGOFF] = "EAPOL-Logoff",