diff options
author | Ana Oliveira <anac.amplar@gmail.com> | 2025-07-15 08:25:13 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-07-15 14:27:33 +0200 |
commit | 5de0fb6a5a86bc2b020001005403a7d933d3c773 (patch) | |
tree | deb1716c2803254994186ba2cf7ddae5b8b25473 | |
parent | 3ab928f06ea9d7e1fa6f656d5ef7c8408f59db2f (diff) |
staging: rtl8723bs: os_dep: remove blank line before close brace '}'
Fix checkpatch error "CHECK: Blank lines aren't necessary before
a close brace '}'" in sdio_ops_linux.c:309.
Signed-off-by: Ana Oliveira <anac.amplar@gmail.com>
Link: https://lore.kernel.org/r/20250715112513.4541-1-anac.amplar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c b/drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c index 4a7c0c9cc7ef..5dc00e9117ae 100644 --- a/drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c +++ b/drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c @@ -305,7 +305,6 @@ void sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err) } } } - } } |