Staging: keucr: fix quoted string split across lines
authorEbru Akagunduz <ebru.akagunduz@gmail.com>
Sat, 5 Oct 2013 14:11:39 +0000 (17:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2013 05:07:30 +0000 (22:07 -0700)
Fix checkpatch.pl issues quoted string split across lines in usb.c

Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/keucr/usb.c

index ddd2e73..a84ee63 100644 (file)
@@ -604,9 +604,7 @@ static int eucr_probe(struct usb_interface *intf,
        if (!(MiscReg03 & 0x02)) {
                result = -ENODEV;
                quiesce_and_remove_host(us);
-               pr_info("keucr: The driver only supports SM/MS card. "
-                       "To use SD card, "
-                       "please build driver/usb/storage/ums-eneub6250.ko\n");
+               pr_info("keucr: The driver only supports SM/MS card. To use SD card, please build driver/usb/storage/ums-eneub6250.ko\n");
                goto BadDevice;
        }