[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250913112458.910059-1-weibu@redadmin.org>
Date: Sat, 13 Sep 2025 20:24:58 +0900
From: Akiyoshi Kurita <weibu@...admin.org>
To: gregkh@...uxfoundation.org
Cc: linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
Akiyoshi Kurita <weibu@...admin.org>
Subject: [PATCH] staging: rtl8723bs: rtw_efuse.h: Fix prototype whitespace
Several function prototypes in rtw_efuse.h contained extra spaces
between the type and variable name of the last argument.
Remove these spaces to conform to the kernel coding style.
No functional change is intended.
Signed-off-by: Akiyoshi Kurita <weibu@...admin.org>
---
drivers/staging/rtl8723bs/include/rtw_efuse.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8723bs/include/rtw_efuse.h b/drivers/staging/rtl8723bs/include/rtw_efuse.h
index 669565fa1c69..ca1b58bbf3ab 100644
--- a/drivers/staging/rtl8723bs/include/rtw_efuse.h
+++ b/drivers/staging/rtl8723bs/include/rtw_efuse.h
@@ -92,10 +92,10 @@ extern u8 fakeBTEfuseModifiedMap[];
u8 Efuse_CalculateWordCnts(u8 word_en);
void EFUSE_GetEfuseDefinition(struct adapter *padapter, u8 efuseType, u8 type, void *pOut, bool bPseudoTest);
-u8 efuse_OneByteRead(struct adapter *padapter, u16 addr, u8 *data, bool bPseudoTest);
-u8 efuse_OneByteWrite(struct adapter *padapter, u16 addr, u8 data, bool bPseudoTest);
+u8 efuse_OneByteRead(struct adapter *padapter, u16 addr, u8 *data, bool bPseudoTest);
+u8 efuse_OneByteWrite(struct adapter *padapter, u16 addr, u8 data, bool bPseudoTest);
-void Efuse_PowerSwitch(struct adapter *padapter, u8 bWrite, u8 PwrState);
+void Efuse_PowerSwitch(struct adapter *padapter, u8 bWrite, u8 PwrState);
u8 EFUSE_Read1Byte(struct adapter *padapter, u16 Address);
void EFUSE_ShadowMapUpdate(struct adapter *padapter, u8 efuseType, bool bPseudoTest);
--
2.47.3
Powered by blists - more mailing lists