staging: rtl8712: Remove additional space
Remove additional whitespaces in SwLedOn() between u8 and LedCfg to conform to common kernel coding style. Signed-off-by: Ayush Tiwari <ayushtiw0110@gmail.com> Link: https://lore.kernel.org/r/ZgCWdfJit4Ly14NB@ayush-HP-Pavilion-Gaming-Laptop-15-ec0xxx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d6b86fdecd
commit
242d724fae
@ -107,7 +107,7 @@ static void DeInitLed871x(struct LED_871x *pLed)
|
||||
*/
|
||||
static void SwLedOn(struct _adapter *padapter, struct LED_871x *pLed)
|
||||
{
|
||||
u8 LedCfg;
|
||||
u8 LedCfg;
|
||||
|
||||
if (padapter->surprise_removed || padapter->driver_stopped)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user