Skip to content

Commit bad0520

Browse files
DancinParrotgregkh
authored andcommitted
staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c
Adhere to Linux kernel coding style. Reported by checkpatch: CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Tan Kai Zhe <kaizhetan@yahoo.com> Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260206001833.16857-1-kaizhetan@yahoo.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent a20463d commit bad0520

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/staging/rtl8723bs/core/rtw_io.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ u32 rtw_read32(struct adapter *adapter, u32 addr)
5959
_read32 = pintfhdl->io_ops._read32;
6060

6161
return _read32(pintfhdl, addr);
62-
6362
}
6463

6564
int rtw_write8(struct adapter *adapter, u32 addr, u8 val)

0 commit comments

Comments
 (0)