]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: remove unnecessary blank lines in rtw_io.c
authorTan Kai Zhe <kaizhetan@yahoo.com>
Fri, 6 Feb 2026 00:18:33 +0000 (08:18 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2026 13:44:26 +0000 (14:44 +0100)
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>
drivers/staging/rtl8723bs/core/rtw_io.c

index 7bc09a50d4dd091ddc342229c03420148c16a23e..965c3cfea103e804b3307f740ba35cdc7a647c02 100644 (file)
@@ -59,7 +59,6 @@ u32 rtw_read32(struct adapter *adapter, u32 addr)
        _read32 = pintfhdl->io_ops._read32;
 
        return _read32(pintfhdl, addr);
-
 }
 
 int rtw_write8(struct adapter *adapter, u32 addr, u8 val)