staging: rtl8712: Remove additional space
authorAyush Tiwari <ayushtiw0110@gmail.com>
Sun, 24 Mar 2024 21:09:09 +0000 (02:39 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2024 18:08:32 +0000 (19:08 +0100)
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>
drivers/staging/rtl8712/rtl8712_led.c

index d5fc9026b036e7728533e5199e919b645622eba9..6d9be5dec4e72898aaa2e6ebfbfd68dd9135ae22 100644 (file)
@@ -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;