drivers/staging/rtl8723bs/include/rtw_efuse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
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@redadmin.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
On Sat, Sep 13, 2025 at 08:24:58PM +0900, Akiyoshi Kurita wrote: > 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@redadmin.org> > --- > drivers/staging/rtl8723bs/include/rtw_efuse.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) This does not apply to my current tree, what did you make it against? thanks, greg k-h
Hi Greg, Thanks for the heads-up. That patch was generated against linux-next (next-2025-09-12). I’ll rebase it onto your staging.git `staging-testing` branch and resend it as v2. Thanks, Akiyoshi 2025-09-15 00:09 に Greg KH さんは書きました: > On Sat, Sep 13, 2025 at 08:24:58PM +0900, Akiyoshi Kurita wrote: >> 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@redadmin.org> >> --- >> drivers/staging/rtl8723bs/include/rtw_efuse.h | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) > > This does not apply to my current tree, what did you make it against? > > thanks, > > greg k-h
Hi Greg, Quick follow-up: after rebasing onto your staging.git `staging-testing`, the change turned out to be already present and there’s no delta left. Please ignore this patch; I won’t resend v2. Thanks, Akiyoshi 2025-09-15 00:29 に weibu@redadmin.org さんは書きました: > Hi Greg, > > Thanks for the heads-up. That patch was generated against linux-next > (next-2025-09-12). I’ll rebase it onto your staging.git > `staging-testing` > branch and resend it as v2. > > Thanks, > Akiyoshi > > 2025-09-15 00:09 に Greg KH さんは書きました: >> On Sat, Sep 13, 2025 at 08:24:58PM +0900, Akiyoshi Kurita wrote: >>> 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@redadmin.org> >>> --- >>> drivers/staging/rtl8723bs/include/rtw_efuse.h | 6 +++--- >>> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> This does not apply to my current tree, what did you make it against? >> >> thanks, >> >> greg k-h
© 2016 - 2025 Red Hat, Inc.