]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
staging: wilc1000: remove blank line before close brace in wilc_wlan_cfg_get_wid_value()
authorAjay Singh <ajay.kathat@microchip.com>
Fri, 16 Feb 2018 15:11:43 +0000 (20:41 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 16:31:22 +0000 (17:31 +0100)
Cleanup patch to remove "Blank lines aren't necessary before a close
brace '}'" issue reported by checkpatch.pl script.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan_cfg.c

index c4b3d8d263e822f75111f1d5db6abf89cf46d32c..752b2925010ffdfcb41571b0e4c1277fdbaacfbc 100644 (file)
@@ -497,7 +497,6 @@ int wilc_wlan_cfg_get_wid_value(u16 wid, u8 *buffer, u32 buffer_size)
 
                                                i += toggle;
                                                toggle ^= 1;
-
                                        }
                                        memcpy(buffer,  &g_cfg_str[i].str[2],
                                               size);