From: Jake Champlin Date: Thu, 17 Jan 2013 03:16:05 +0000 (-0500) Subject: Staging: usbip: usbipcommon: Fixed single line bracing issue X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f14287b9671d462a54d3b6800832fb519284eb34;p=deliverable%2Flinux.git 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 75189feac380..75aa5bfcb8dd 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)