mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 20:56:40 +07: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:
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user