From: Ayush Tiwari Date: Sun, 24 Mar 2024 21:09:09 +0000 (+0530) Subject: staging: rtl8712: Remove additional space X-Git-Tag: v6.10-rc1~46^2~78 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=242d724fae21fd9a5a3ea3d91093d693042509e7;p=linux.git 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 Link: https://lore.kernel.org/r/ZgCWdfJit4Ly14NB@ayush-HP-Pavilion-Gaming-Laptop-15-ec0xxx Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8712/rtl8712_led.c b/drivers/staging/rtl8712/rtl8712_led.c index d5fc9026b036..6d9be5dec4e7 100644 --- a/drivers/staging/rtl8712/rtl8712_led.c +++ b/drivers/staging/rtl8712/rtl8712_led.c @@ -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;