summaryrefslogtreecommitdiff
path: root/target/linux/atheros/patches-3.10/100-board.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-10 09:06:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-10 09:06:18 +0000
commita6cf23b76c5c16bb81471540d95509a6df3e9d66 (patch)
treeff226935b31bd6e26cde11ce7da00c9cf5335407 /target/linux/atheros/patches-3.10/100-board.patch
parentf363db009481d43854f0d2f597a50c7a7ef0974e (diff)
downloadmtk-20170518-a6cf23b76c5c16bb81471540d95509a6df3e9d66.zip
mtk-20170518-a6cf23b76c5c16bb81471540d95509a6df3e9d66.tar.gz
mtk-20170518-a6cf23b76c5c16bb81471540d95509a6df3e9d66.tar.bz2
atheros: constify some static structures
Constify some static structures as suggested by checkpatch. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 41094
Diffstat (limited to 'target/linux/atheros/patches-3.10/100-board.patch')
-rw-r--r--target/linux/atheros/patches-3.10/100-board.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/100-board.patch b/target/linux/atheros/patches-3.10/100-board.patch
index 07b8145..d223677 100644
--- a/target/linux/atheros/patches-3.10/100-board.patch
+++ b/target/linux/atheros/patches-3.10/100-board.patch
@@ -3086,7 +3086,7 @@
+ },
+};
+
-+static const char *devtype_strings[] = {
++static const char * const devtype_strings[] = {
+ [DEV_TYPE_AR5312] = "Atheros AR5312",
+ [DEV_TYPE_AR2312] = "Atheros AR2312",
+ [DEV_TYPE_AR2313] = "Atheros AR2313",