]> git.baikalelectronics.ru Git - kernel.git/commit
iwlagn: Add missing comma between constant string array
authorJoe Perches <joe@perches.com>
Sat, 9 Jul 2011 06:20:25 +0000 (23:20 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 13 Jul 2011 18:49:35 +0000 (14:49 -0400)
commit6bd033fa0aa225cf8e93a7d1db9ee47f47661d8f
treee773d6370947b5477c316dffcee5511c0ee31d55
parent21adcb1efcbd691a886f1ef14e2b924004de4d66
iwlagn: Add missing comma between constant string array

Multiple quoted strings are concatenated without comma separators.

Make the array const while there.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn.c