Skip to content

Commit

Permalink
Staging: keucr: fix quoted string split across lines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ebru Akagunduz authored and Greg Kroah-Hartman committed Oct 7, 2013
1 parent db6f016 commit 4910071
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/staging/keucr/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4910071

Please sign in to comment.