staging: wilc1000: send_config_pkt: remove unnecessary blank line
authorGlen Lee <glen.lee@atmel.com>
Tue, 3 Nov 2015 07:21:01 +0000 (16:21 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
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>
drivers/staging/wilc1000/coreconfigurator.c

index e10c6ffa698a6f541ad4e40c7007ddc4852b50cd..fd7240c9da3ee007048b85eab62422d10ebc1ecf 100644 (file)
@@ -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++) {
This page took 0.025017 seconds and 5 git commands to generate.