All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Staging: usbip: usbipcommon: Fixed single line bracing issue
@ 2013-01-17  3:16 Jake Champlin
  0 siblings, 0 replies; only message in thread
From: Jake Champlin @ 2013-01-17  3:16 UTC (permalink / raw)
  To: mfm; +Cc: gregkh, devel, linux-kernel, linux-usb, jake.champlin.27

Fixed coding style issue with single line braces.

Signed-off-by: Jake Champlin <jake.champlin.27@gmail.com>
---
 drivers/staging/usbip/usbip_common.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/usbip/usbip_common.c b/drivers/staging/usbip/usbip_common.c
index 75189fe..75aa5bf 100644
--- a/drivers/staging/usbip/usbip_common.c
+++ b/drivers/staging/usbip/usbip_common.c
@@ -672,9 +672,8 @@ int usbip_recv_iso(struct usbip_device *ud, struct urb *urb)
 		return 0;
 
 	/* my Bluetooth dongle gets ISO URBs which are np = 0 */
-	if (np == 0) {
+	if (np == 0)
 		return 0;
-	}
 
 	buff = kzalloc(size, GFP_KERNEL);
 	if (!buff)
-- 
1.8.1.1


-- 
Jake Champlin
jake.champlin.27@gmail.com
8123742937
<MuttClient>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-17  3:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-17  3:16 [PATCH 2/2] Staging: usbip: usbipcommon: Fixed single line bracing issue Jake Champlin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.