staging: rtl8712: fix bad indentation
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>
This commit is contained in:
parent
841e3bcc64
commit
5dee68828a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user