Commit 383b7fc2dca769d98ca373306e105987e8f143b3

Authored by William Blair
Committed by Greg Kroah-Hartman
1 parent 4bce6b897e

Staging: keucr: init: fixed a brace coding style issue

Fixed a coding style issue.

Signed-off-by: William Blair <wdblair@bu.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

drivers/staging/keucr/init.c
... ... @@ -30,9 +30,8 @@
30 30 if (MiscReg03 & 0x02) {
31 31 if (!us->SM_Status.Ready && !us->MS_Status.Ready) {
32 32 result = ENE_SMInit(us);
33   - if (result != USB_STOR_XFER_GOOD) {
  33 + if (result != USB_STOR_XFER_GOOD)
34 34 return USB_STOR_TRANSPORT_ERROR;
35   - }
36 35 }
37 36  
38 37 }