OSDN Git Service

staging: ks7010: fix checkpatch SPACE_BEFORE_TAB
authorTobin C. Harding <me@tobin.cc>
Tue, 18 Apr 2017 00:35:39 +0000 (10:35 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Apr 2017 11:47:31 +0000 (13:47 +0200)
Checkpatch emits WARNING: please, no space before tabs.

Remove space before tabs.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks7010_sdio.c

index 13d5de9..5cd7833 100644 (file)
@@ -562,7 +562,7 @@ static void ks_sdio_interrupt(struct sdio_func *func)
                }
                DPRINTK(4, "WSTATUS_RSIZE=%02X\n", rw_data);
                rsize = rw_data & RSIZE_MASK;
-               if (rsize != 0)         /* Read schedule */
+               if (rsize != 0)         /* Read schedule */
                        ks_wlan_hw_rx(priv, (uint16_t)(rsize << 4));
 
                if (rw_data & WSTATUS_MASK) {