[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1339355433-7065-1-git-send-email-wdblair@bu.edu>
Date: Sun, 10 Jun 2012 15:10:33 -0400
From: William Blair <wdblair@...edu>
To: acho@...ell.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
William Blair <wdblair@...edu>
Subject: [PATCH] Staging: keucr: init: fixed a brace coding style issue
Fixed a coding style issue.
Signed-off-by: William Blair <wdblair@...edu>
---
drivers/staging/keucr/init.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/keucr/init.c b/drivers/staging/keucr/init.c
index 071bdc2..231611d 100644
--- a/drivers/staging/keucr/init.c
+++ b/drivers/staging/keucr/init.c
@@ -30,9 +30,8 @@ int ENE_InitMedia(struct us_data *us)
if (MiscReg03 & 0x02) {
if (!us->SM_Status.Ready && !us->MS_Status.Ready) {
result = ENE_SMInit(us);
- if (result != USB_STOR_XFER_GOOD) {
+ if (result != USB_STOR_XFER_GOOD)
return USB_STOR_TRANSPORT_ERROR;
- }
}
}
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists