From: Johannes Postma 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://drtracing.org/?a=commitdiff_plain;h=9fccffbfd9505116c0ab847742aafaa7da55d413;p=deliverable%2Flinux.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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ozwpan/ozusbsvc1.c b/drivers/staging/ozwpan/ozusbsvc1.c index 301fee8625ed..b6cfecbeabf7 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;