From: Thibaut SAUTEREAU Date: Sat, 11 Mar 2017 18:27:27 +0000 (+0100) Subject: staging: rtl8712: fix bad indentation X-Git-Tag: v4.12-rc1~84^2~583 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5dee68828ac1286b6735bcb87c7242014bf95510;p=thirdparty%2Flinux.git staging: rtl8712: fix bad indentation Fix bad indentation as reported by checkpatch.pl script. Signed-off-by: Thibaut SAUTEREAU Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8712/rtl8712_led.c b/drivers/staging/rtl8712/rtl8712_led.c index 317aeeed38e8c..da1d4a641dcd2 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;