Staging: ozwpan: ozusbsvc1.c: Fix missing blank line after declarations
authorJohannes Postma <jgmpostma@gmail.com>
Wed, 8 Jul 2015 12:41:46 +0000 (13:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2015 03:17:06 +0000 (20:17 -0700)
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>
drivers/staging/ozwpan/ozusbsvc1.c

index 301fee8..b6cfecb 100644 (file)
@@ -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;