[PATCH] staging: rtl8723bs: os_dep: remove blank line before close brace '}'

Ana Oliveira posted 1 patch 2 months, 3 weeks ago
drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] staging: rtl8723bs: os_dep: remove blank line before close brace '}'
Posted by Ana Oliveira 2 months, 3 weeks ago
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>

---

Hey, this is my first patch, I appreciate any feedback, thanks
---
 drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c | 1 -
 1 file changed, 1 deletion(-)

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)
 				}
 			}
 		}
-
 	}
 }
 
-- 
2.39.5
Re: [PATCH] staging: rtl8723bs: os_dep: remove blank line before close brace '}'
Posted by Dan Carpenter 2 months, 3 weeks ago
On Tue, Jul 15, 2025 at 08:25:13AM -0300, Ana Oliveira wrote:
> 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>
> 
> ---
> 
> Hey, this is my first patch, I appreciate any feedback, thanks
> ---

Looks good.

Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>

regards,
dan carpenter