mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 04:28:10 -04:00
staging: ks7010: fix checkpatch SPACE_BEFORE_TAB
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0dd30a74b9
commit
132f541532
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user