From: Arend van Spriel Date: Tue, 5 Jul 2011 22:02:44 +0000 (+0200) Subject: staging: brcm80211: made name lookup arrays more const X-Git-Tag: v3.1-rc1~232^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d558dea79135d9d75c253a83c26c544166053860;p=pandora-kernel.git staging: brcm80211: made name lookup arrays more const The checkpatch script gave a hint that some character string arrays probably should have an additional const keyword. This patch changes the static const char * arrays to static const char * const arrays as suggested getting rid of two checkpatch warnings. Reviewed-by: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed