projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c50bf7
)
Staging: keucr: usb: fixed a brace coding style warning
author
Zac Storer
<zac.3.14159@gmail.com>
Sun, 19 Jun 2011 09:23:20 +0000
(
03:23
-0600)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 5 Jul 2011 17:20:24 +0000
(10:20 -0700)
Fixed a brace coding style warning.
Signed-off-by: Zac Storer <zac.3.14159@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/keucr/usb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/keucr/usb.c
b/drivers/staging/keucr/usb.c
index d8c5c626be5ce4e3be2a28233679f35d7dd392a0..65cf2e3cd038712dc282a63db713cedd8dfbf6eb 100644
(file)
--- a/
drivers/staging/keucr/usb.c
+++ b/
drivers/staging/keucr/usb.c
@@
-640,8
+640,7
@@
static int eucr_probe(struct usb_interface *intf, const struct usb_device_id *id
/* Start up the thread for delayed SCSI-device scanning */
th = kthread_create(usb_stor_scan_thread, us, "eucr-stor-scan");
- if (IS_ERR(th))
- {
+ if (IS_ERR(th)) {
pr_info("Unable to start the device-scanning thread\n");
complete(&us->scanning_done);
quiesce_and_remove_host(us);