summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8187se/r8180_core.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-01-31 20:02:08 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-04 00:42:54 (GMT)
commitbc56894234e55ad53419cfda1bbfc401a8be3e46 (patch)
tree3f5bf29207d6466a7522de4bffde4b4755552a8a /drivers/staging/rtl8187se/r8180_core.c
parent7df1735bebee6d1f3492c79ab110f3a6e67e0244 (diff)
downloadlinux-fsl-qoriq-bc56894234e55ad53419cfda1bbfc401a8be3e46.tar.xz
Staging: Fix continuation line formats
String constants that are continued on subsequent lines with \ are not good. Fixed a "is tryied" / tried typo Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8187se/r8180_core.c')
-rw-r--r--drivers/staging/rtl8187se/r8180_core.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c
index 9c2f4d3..33363c4 100644
--- a/drivers/staging/rtl8187se/r8180_core.c
+++ b/drivers/staging/rtl8187se/r8180_core.c
@@ -3813,8 +3813,7 @@ static int __init rtl8180_pci_module_init(void)
return ret;
}
- printk(KERN_INFO "\nLinux kernel driver for RTL8180 \
-/ RTL8185 based WLAN cards\n");
+ printk(KERN_INFO "\nLinux kernel driver for RTL8180 / RTL8185 based WLAN cards\n");
printk(KERN_INFO "Copyright (c) 2004-2005, Andrea Merello\n");
DMESG("Initializing module");
DMESG("Wireless extensions version %d", WIRELESS_EXT);