Commit 5dee6882 authored by Thibaut SAUTEREAU's avatar Thibaut SAUTEREAU Committed by Greg Kroah-Hartman

staging: rtl8712: fix bad indentation

Fix bad indentation as reported by checkpatch.pl script.
Signed-off-by: default avatarThibaut SAUTEREAU <thibaut.sautereau@telecom-sudparis.eu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 841e3bcc
...@@ -1734,7 +1734,7 @@ static void SwLedControlMode6(struct _adapter *padapter, ...@@ -1734,7 +1734,7 @@ static void SwLedControlMode6(struct _adapter *padapter,
case LED_CTL_LINK: /*solid blue*/ case LED_CTL_LINK: /*solid blue*/
case LED_CTL_SITE_SURVEY: case LED_CTL_SITE_SURVEY:
if (IS_LED_WPS_BLINKING(pLed)) if (IS_LED_WPS_BLINKING(pLed))
return; return;
pLed->CurrLedState = LED_STATE_ON; pLed->CurrLedState = LED_STATE_ON;
pLed->BlinkingLedState = LED_STATE_ON; pLed->BlinkingLedState = LED_STATE_ON;
pLed->bLedBlinkInProgress = false; pLed->bLedBlinkInProgress = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment