mirror of https://gitee.com/openkylin/linux.git
staging: rtl8712: rtl8712_led.c: alignment should match open parenthesis
Align code to the open parenthesis to fix the alignment issue. Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a936ac3add
commit
32c6abf0d0
|
@ -883,7 +883,7 @@ static void SwLedControlMode1(struct _adapter *padapter,
|
|||
case LED_CTL_NO_LINK:
|
||||
if (!pLed->bLedNoLinkBlinkInProgress) {
|
||||
if (pLed->CurrLedState == LED_SCAN_BLINK ||
|
||||
IS_LED_WPS_BLINKING(pLed))
|
||||
IS_LED_WPS_BLINKING(pLed))
|
||||
return;
|
||||
if (pLed->bLedLinkBlinkInProgress) {
|
||||
del_timer(&pLed->BlinkTimer);
|
||||
|
@ -1124,7 +1124,7 @@ static void SwLedControlMode2(struct _adapter *padapter,
|
|||
if (!pLed->bLedBlinkInProgress &&
|
||||
check_fwstate(pmlmepriv, _FW_LINKED)) {
|
||||
if (pLed->CurrLedState == LED_SCAN_BLINK ||
|
||||
IS_LED_WPS_BLINKING(pLed))
|
||||
IS_LED_WPS_BLINKING(pLed))
|
||||
return;
|
||||
pLed->bLedBlinkInProgress = true;
|
||||
pLed->CurrLedState = LED_TXRX_BLINK;
|
||||
|
|
Loading…
Reference in New Issue