linux-staging.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: hal: remove blank line before close brace
@ 2025-07-14 13:46 Andrei Zeucianu
  0 siblings, 0 replies; only message in thread
From: Andrei Zeucianu @ 2025-07-14 13:46 UTC (permalink / raw)
  To: linux-staging, linux-kernel, gregkh
  Cc: ~lkcamp/patches, koike, Andrei Zeucianu

Fix checkpatch error "CHECK: Blank lines aren't necessary
before a close brace '}' in odm_DIG.c:374.

Signed-off-by: Andrei Zeucianu <benjaminpotron@gmail.com>

---

Hi, this is my first commit/patch in the Linux kernel, I would
appreciate any feedback! Thanks!
---
 drivers/staging/rtl8723bs/hal/odm_DIG.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8723bs/hal/odm_DIG.c b/drivers/staging/rtl8723bs/hal/odm_DIG.c
index 1e2946a23beb..f10427abd849 100644
--- a/drivers/staging/rtl8723bs/hal/odm_DIG.c
+++ b/drivers/staging/rtl8723bs/hal/odm_DIG.c
@@ -370,7 +370,6 @@ void odm_DIGInit(void *pDM_VOID)
 
 	pDM_DigTable->rx_gain_range_max = DM_DIG_MAX_NIC;
 	pDM_DigTable->rx_gain_range_min = DM_DIG_MIN_NIC;
-
 }
 
 
-- 
2.47.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-14 13:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-14 13:46 [PATCH] staging: rtl8723bs: hal: remove blank line before close brace Andrei Zeucianu

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).