linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: os_dep: remove blank line before close brace '}'
@ 2025-07-15 11:25 Ana Oliveira
  2025-07-15 23:07 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Ana Oliveira @ 2025-07-15 11:25 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel; +Cc: ~lkcamp/patches, koike, Ana Oliveira

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: rtl8723bs: os_dep: remove blank line before close brace '}'
  2025-07-15 11:25 [PATCH] staging: rtl8723bs: os_dep: remove blank line before close brace '}' Ana Oliveira
@ 2025-07-15 23:07 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2025-07-15 23:07 UTC (permalink / raw)
  To: Ana Oliveira; +Cc: gregkh, linux-staging, linux-kernel, ~lkcamp/patches, koike

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-15 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15 11:25 [PATCH] staging: rtl8723bs: os_dep: remove blank line before close brace '}' Ana Oliveira
2025-07-15 23:07 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).