OSDN Git Service

staging: rtl8712: fix bad indentation
authorThibaut SAUTEREAU <thibaut.sautereau@telecom-sudparis.eu>
Sat, 11 Mar 2017 18:27:27 +0000 (19:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 12 Mar 2017 14:27:40 +0000 (15:27 +0100)
Fix bad indentation as reported by checkpatch.pl script.

Signed-off-by: Thibaut SAUTEREAU <thibaut.sautereau@telecom-sudparis.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl8712_led.c

index 317aeee..da1d4a6 100644 (file)
@@ -1734,7 +1734,7 @@ static void SwLedControlMode6(struct _adapter *padapter,
        case LED_CTL_LINK:      /*solid blue*/
        case LED_CTL_SITE_SURVEY:
                if (IS_LED_WPS_BLINKING(pLed))
-                               return;
+                       return;
                pLed->CurrLedState = LED_STATE_ON;
                pLed->BlinkingLedState = LED_STATE_ON;
                pLed->bLedBlinkInProgress = false;