mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Staging: ozwpan: ozusbsvc1.c: Fix missing blank line after declarations
@ 2015-07-08 12:41 Johannes Postma
  0 siblings, 0 replies; only message in thread
From: Johannes Postma @ 2015-07-08 12:41 UTC (permalink / raw)
  To: shigekatsu.tateno, gregkh; +Cc: devel, linux-kernel, Johannes Postma

This patch fixes a missing line after declarations issue.

Signed-off-by: Johannes Postma <jgmpostma@gmail.com>
---
 drivers/staging/ozwpan/ozusbsvc1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/staging/ozwpan/ozusbsvc1.c b/drivers/staging/ozwpan/ozusbsvc1.c
index 301fee8..b6cfecb 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;
-- 
2.4.5


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

only message in thread, other threads:[~2015-07-08 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-08 12:41 [PATCH] Staging: ozwpan: ozusbsvc1.c: Fix missing blank line after declarations Johannes Postma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®