Commit 9fccffbf authored by Johannes Postma's avatar Johannes Postma Committed by Greg Kroah-Hartman

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

This patch fixes a missing line after declarations issue.
Signed-off-by: default avatarJohannes Postma <jgmpostma@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4221844a
...@@ -327,6 +327,7 @@ static void oz_usb_handle_ep_data(struct oz_usb_ctx *usb_ctx, ...@@ -327,6 +327,7 @@ static void oz_usb_handle_ep_data(struct oz_usb_ctx *usb_ctx,
(struct oz_multiple_fixed *)data_hdr; (struct oz_multiple_fixed *)data_hdr;
u8 *data = body->data; u8 *data = body->data;
unsigned int n; unsigned int n;
if (!body->unit_size || if (!body->unit_size ||
len < sizeof(struct oz_multiple_fixed) - 1) len < sizeof(struct oz_multiple_fixed) - 1)
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment