From: Michael Straube Date: Wed, 26 Sep 2018 20:04:06 +0000 (+0200) Subject: staging: rtl8188eu: do not line break function definition - style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0fd8922c84ca081bedde8d1d9edde50ddb5f115e;p=linux.git staging: rtl8188eu: do not line break function definition - style Do not line break function definition. Clears a checkpatch issue. CHECK: Lines should not end with a '(' Signed-off-by: Michael Straube Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/core/rtw_efuse.c b/drivers/staging/rtl8188eu/core/rtw_efuse.c index 9226a96aba674..ce8add5773de8 100644 --- a/drivers/staging/rtl8188eu/core/rtw_efuse.c +++ b/drivers/staging/rtl8188eu/core/rtw_efuse.c @@ -900,9 +900,7 @@ static void Efuse_ReadAllMap(struct adapter *pAdapter, u8 efuseType, u8 *Efuse) } /* Transfer current EFUSE content to shadow init and modify map. */ -void EFUSE_ShadowMapUpdate( - struct adapter *pAdapter, - u8 efuseType) +void EFUSE_ShadowMapUpdate(struct adapter *pAdapter, u8 efuseType) { struct eeprom_priv *pEEPROM = GET_EEPROM_EFUSE_PRIV(pAdapter);