mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04:00
staging: wilc1000: send_config_pkt: remove unnecessary blank line
This patch remove unnecessary blank line which is reported by checkpatch.pl Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
50327db717
commit
30cbaa7f17
@@ -609,7 +609,6 @@ s32 send_config_pkt(u8 mode, struct wid *wids, u32 count, u32 drv)
|
||||
wids[counter].id,
|
||||
wids[counter].val,
|
||||
wids[counter].size);
|
||||
|
||||
}
|
||||
} else if (mode == SET_CFG) {
|
||||
for (counter = 0; counter < count; counter++) {
|
||||
|
||||
Reference in New Issue
Block a user