projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a677927
)
iwlegacy: Add missing comma between constant string array
author
Joe Perches
<joe@perches.com>
Sat, 9 Jul 2011 06:20:24 +0000
(23:20 -0700)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 13 Jul 2011 18:49:34 +0000
(14:49 -0400)
Multiple quoted strings are concatenated without comma separators.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlegacy/iwl4965-base.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlegacy/iwl4965-base.c
b/drivers/net/wireless/iwlegacy/iwl4965-base.c
index 46242d2aa5ada956b26feb64001dae4cab4f8a43..14334668034e0b5f01bce281e896df9742cd59fe 100644
(file)
--- a/
drivers/net/wireless/iwlegacy/iwl4965-base.c
+++ b/
drivers/net/wireless/iwlegacy/iwl4965-base.c
@@
-1484,7
+1484,7
@@
static const char * const desc_lookup_text[] = {
"NMI_INTERRUPT_DATA_ACTION_PT",
"NMI_TRM_HW_ER",
"NMI_INTERRUPT_TRM",
- "NMI_INTERRUPT_BREAK_POINT"
+ "NMI_INTERRUPT_BREAK_POINT"
,
"DEBUG_0",
"DEBUG_1",
"DEBUG_2",