]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: wilc1000: fix line over 80 char in wilc_wlan_cfg_set_str()
authorAjay Singh <ajay.kathat@microchip.com>
Fri, 16 Feb 2018 15:11:42 +0000 (20:41 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 16:31:22 +0000 (17:31 +0100)
Fix "line over 80 characters" issue found 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 aeb5417f3587a24fdfff810ce752b6e095112bfe..c4b3d8d263e822f75111f1d5db6abf89cf46d32c 100644 (file)
@@ -221,7 +221,8 @@ static int wilc_wlan_cfg_set_word(u8 *frame, u32 offset, u16 id, u32 val32)
        return 8;
 }
 
-static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str, u32 size)
+static int wilc_wlan_cfg_set_str(u8 *frame, u32 offset, u16 id, u8 *str,
+                                u32 size)
 {
        u8 *buf;