Fix bad indentation as reported by checkpatch.pl script.

Signed-off-by: Thibaut SAUTEREAU <thibaut.sauter...@telecom-sudparis.eu>
---
 drivers/staging/rtl8712/rtl8712_led.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8712/rtl8712_led.c 
b/drivers/staging/rtl8712/rtl8712_led.c
index 317aeeed38e8..da1d4a641dcd 100644
--- a/drivers/staging/rtl8712/rtl8712_led.c
+++ b/drivers/staging/rtl8712/rtl8712_led.c
@@ -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;
-- 
2.12.0

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to