staging: rtl8188eu: fix lines over 80 characters in rtw_led.c
Wrap lines over 80 characters where appropriate to clear checkpatch warnings. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ccfe34c01c
commit
c1a0bb1779
@ -95,10 +95,12 @@ static void SwLedBlink1(struct LED_871x *pLed)
|
|||||||
/* Change LED according to BlinkingLedState specified. */
|
/* Change LED according to BlinkingLedState specified. */
|
||||||
if (pLed->BlinkingLedState == RTW_LED_ON) {
|
if (pLed->BlinkingLedState == RTW_LED_ON) {
|
||||||
SwLedOn(padapter, pLed);
|
SwLedOn(padapter, pLed);
|
||||||
RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("Blinktimes (%d): turn on\n", pLed->BlinkTimes));
|
RT_TRACE(_module_rtl8712_led_c_, _drv_info_,
|
||||||
|
("Blinktimes (%d): turn on\n", pLed->BlinkTimes));
|
||||||
} else {
|
} else {
|
||||||
SwLedOff(padapter, pLed);
|
SwLedOff(padapter, pLed);
|
||||||
RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("Blinktimes (%d): turn off\n", pLed->BlinkTimes));
|
RT_TRACE(_module_rtl8712_led_c_, _drv_info_,
|
||||||
|
("Blinktimes (%d): turn off\n", pLed->BlinkTimes));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (padapter->pwrctrlpriv.rf_pwrstate != rf_on) {
|
if (padapter->pwrctrlpriv.rf_pwrstate != rf_on) {
|
||||||
@ -449,7 +451,8 @@ static void SwLedControlMode1(struct adapter *padapter, enum LED_CTL_MODE LedAct
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("Led %d\n", pLed->CurrLedState));
|
RT_TRACE(_module_rtl8712_led_c_, _drv_info_,
|
||||||
|
("Led %d\n", pLed->CurrLedState));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user