[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250714134611.119442-1-benjaminpotron@gmail.com>
Date: Mon, 14 Jul 2025 15:46:11 +0200
From: Andrei Zeucianu <benjaminpotron@...il.com>
To: linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
gregkh@...uxfoundation.org
Cc: ~lkcamp/patches@...ts.sr.ht,
koike@...lia.com,
Andrei Zeucianu <benjaminpotron@...il.com>
Subject: [PATCH] staging: rtl8723bs: hal: remove blank line before close brace
Fix checkpatch error "CHECK: Blank lines aren't necessary
before a close brace '}' in odm_DIG.c:374.
Signed-off-by: Andrei Zeucianu <benjaminpotron@...il.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
Powered by blists - more mailing lists