projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d141304
)
staging/wlags49_h2: checkpatch: line over 80 characters
author
Stephan Gabert
<
[email protected]
>
Mon, 16 Jun 2014 14:50:53 +0000
(16:50 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 20 Jun 2014 00:25:18 +0000
(17:25 -0700)
Signed-off-by: Stephan Gabert <
[email protected]
>
Signed-off-by: Nicolas Pfeiffer <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/wlags49_h2/wl_cs.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wlags49_h2/wl_cs.c
b/drivers/staging/wlags49_h2/wl_cs.c
index c79f1eddf395c7745791edb9bc879387b462d080..efbbefa1abc40bcb13ca675398eec19fb1b20e01 100644
(file)
--- a/
drivers/staging/wlags49_h2/wl_cs.c
+++ b/
drivers/staging/wlags49_h2/wl_cs.c
@@
-340,8
+340,9
@@
static const struct pcmcia_device_id wl_adapter_ids[] = {
0x33103a9b, 0xe175b0dd),
#else
PCMCIA_DEVICE_MANF_CARD(0x0156, 0x0004),
- PCMCIA_DEVICE_PROD_ID12("Linksys", "WCF54G_Wireless-G_CompactFlash_Card",
- 0x0733cc81, 0x98a599e1),
+ PCMCIA_DEVICE_PROD_ID12("Linksys",
+ "WCF54G_Wireless-G_CompactFlash_Card", 0x0733cc81,
+ 0x98a599e1),
#endif /* (HCF_TYPE) & HCF_TYPE_HII5 */
PCMCIA_DEVICE_NULL,
};