]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: rtl8712: rtl8712_led.c: alignment should match open parenthesis
authorPayal Kshirsagar <payal.s.kshirsagar.98@gmail.com>
Thu, 21 Mar 2019 15:50:54 +0000 (21:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Mar 2019 19:08:08 +0000 (20:08 +0100)
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>
drivers/staging/rtl8712/rtl8712_led.c

index a0c3cf8a9d45e732f0e539c6205439789f2ddfad..344971d16189e3a1e5c0951216750036c2c21aa8 100644 (file)
@@ -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;