From: Johannes Postma <jgmpostma@gmail.com>
Date: Wed, 8 Jul 2015 12:41:46 +0000 (+0100)
Subject: Staging: ozwpan: ozusbsvc1.c: Fix missing blank line after declarations
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9fccffbfd9505116c0ab847742aafaa7da55d413;p=linux.git

Staging: ozwpan: ozusbsvc1.c: Fix missing blank line after declarations

This patch fixes a missing line after declarations issue.

Signed-off-by: Johannes Postma <jgmpostma@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/ozwpan/ozusbsvc1.c b/drivers/staging/ozwpan/ozusbsvc1.c
index 301fee8625ed1..b6cfecbeabf7e 100644
--- a/drivers/staging/ozwpan/ozusbsvc1.c
+++ b/drivers/staging/ozwpan/ozusbsvc1.c
@@ -327,6 +327,7 @@ static void oz_usb_handle_ep_data(struct oz_usb_ctx *usb_ctx,
 				(struct oz_multiple_fixed *)data_hdr;
 			u8 *data = body->data;
 			unsigned int n;
+
 			if (!body->unit_size ||
 				len < sizeof(struct oz_multiple_fixed) - 1)
 				break;