summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorAyush Tiwari <ayushtiw0110@gmail.com>2024-03-25 00:09:09 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-03-25 21:08:32 +0300
commit242d724fae21fd9a5a3ea3d91093d693042509e7 (patch)
tree7263513c3f89bceebf106f9706dd18498cdeabc8 /drivers/staging/rtl8712
parentd6b86fdecdddf66e9251f5258460df7cf179848c (diff)
downloadlinux-242d724fae21fd9a5a3ea3d91093d693042509e7.tar.xz
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>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/rtl8712_led.c2
1 files changed, 1 insertions, 1 deletions
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;