OSDN Git Service

staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_indicate_rxi()
authorAjay Singh <ajay.kathat@microchip.com>
Fri, 16 Feb 2018 15:11:44 +0000 (20:41 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 16:31:22 +0000 (17:31 +0100)
Cleanup patch to fix "line over 80 characters" 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 752b292..ab69bac 100644 (file)
@@ -523,9 +523,12 @@ int wilc_wlan_cfg_indicate_rx(struct wilc *wilc, u8 *frame, int size,
        frame += 4;
        size -= 4;
 
-       /**
-        *      The  valid types of response messages are 'R' (Response), 'I' (Information), and 'N' (Network Information)
-        **/
+       /*
+        * The valid types of response messages are
+        * 'R' (Response),
+        * 'I' (Information), and
+        * 'N' (Network Information)
+        */
 
        switch (msg_type) {
        case 'R':