From f14287b9671d462a54d3b6800832fb519284eb34 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Wed, 16 Jan 2013 22:16:05 -0500 Subject: Staging: usbip: usbipcommon: Fixed single line bracing issue Fixed coding style issue with single line braces. Signed-off-by: Jake Champlin Signed-off-by: Greg Kroah-Hartman 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) -- cgit v0.10.2