]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: wilc1000: fix line over 80 chars in wilc_sdio struct
authorAjay Singh <ajay.kathat@microchip.com>
Fri, 11 May 2018 08:13:25 +0000 (13:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 12:04:48 +0000 (14:04 +0200)
Fix line over 80 chars issue found by checkpatch.pl script by placing
the comment message above the macro preprocessor.

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

index 211be7320882de0e09008262cc25a8c4d47f571e..4ab43f97646a6084d4267e15e72176d2c1c221bf 100644 (file)
@@ -26,7 +26,8 @@ struct wilc_sdio {
        bool irq_gpio;
        u32 block_size;
        int nint;
-#define MAX_NUN_INT_THRPT_ENH2 (5) /* Max num interrupts allowed in registers 0xf7, 0xf8 */
+/* Max num interrupts allowed in registers 0xf7, 0xf8 */
+#define MAX_NUN_INT_THRPT_ENH2 (5)
        int has_thrpt_enh3;
 };