From: Glen Lee Date: Tue, 3 Nov 2015 07:21:01 +0000 (+0900) Subject: staging: wilc1000: send_config_pkt: remove unnecessary blank line X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=30cbaa7f17e5c55b4e28274c9896d6fb4fec3f90;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c index e10c6ffa698a..fd7240c9da3e 100644 --- a/drivers/staging/wilc1000/coreconfigurator.c +++ b/drivers/staging/wilc1000/coreconfigurator.c @@ -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++) {