]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: hal: remove blank line before close brace
authorAndrei Zeucianu <benjaminpotron@gmail.com>
Mon, 14 Jul 2025 13:46:11 +0000 (15:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jul 2025 08:11:46 +0000 (10:11 +0200)
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>
Link: https://lore.kernel.org/r/20250714134611.119442-1-benjaminpotron@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/odm_DIG.c

index 1e2946a23bebdafdf3cdd76973fcd2eb63e7185f..f10427abd8490ac42c6f29cb4534c52546c505cf 100644 (file)
@@ -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;
-
 }