staging: wilc1000: fix line over 80 characters in sdio_clear_int_ext()
authorAjay Singh <ajay.kathat@microchip.com>
Fri, 16 Feb 2018 15:11:40 +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 by
modifying the comment description.

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 27ec90e..a088999 100644 (file)
@@ -913,8 +913,11 @@ static int sdio_clear_int_ext(struct wilc *wilc, u32 val)
                return 1;
        }
        if (g_sdio.irq_gpio) {
-               /* see below. has_thrpt_enh2 uses register 0xf8 to clear interrupts. */
-               /* Cannot clear multiple interrupts. Must clear each interrupt individually */
+               /* has_thrpt_enh2 uses register 0xf8 to clear interrupts. */
+               /*
+                * Cannot clear multiple interrupts.
+                * Must clear each interrupt individually.
+                */
                u32 flags;
 
                flags = val & (BIT(MAX_NUM_INT) - 1);