staging: rtl8188eu: rename BlinkHandler to avoid CamelCase
Rename the function BlinkHandler to avoid CamelCase. BlinkHandler -> blink_handler Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
dfd2fb58fc
Коммит
87631cf279
|
@ -33,7 +33,7 @@ void BlinkWorkItemCallback(struct work_struct *work)
|
||||||
struct LED_871x *pLed = container_of(work, struct LED_871x,
|
struct LED_871x *pLed = container_of(work, struct LED_871x,
|
||||||
BlinkWorkItem);
|
BlinkWorkItem);
|
||||||
|
|
||||||
BlinkHandler(pLed);
|
blink_handler(pLed);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
|
@ -459,7 +459,7 @@ static void SwLedControlMode1(struct adapter *padapter, enum LED_CTL_MODE LedAct
|
||||||
/* Description: */
|
/* Description: */
|
||||||
/* Handler function of LED Blinking. */
|
/* Handler function of LED Blinking. */
|
||||||
/* */
|
/* */
|
||||||
void BlinkHandler(struct LED_871x *pLed)
|
void blink_handler(struct LED_871x *pLed)
|
||||||
{
|
{
|
||||||
struct adapter *padapter = pLed->padapter;
|
struct adapter *padapter = pLed->padapter;
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ void InitLed871x(struct adapter *padapter, struct LED_871x *pLed);
|
||||||
void DeInitLed871x(struct LED_871x *pLed);
|
void DeInitLed871x(struct LED_871x *pLed);
|
||||||
|
|
||||||
/* hal... */
|
/* hal... */
|
||||||
void BlinkHandler(struct LED_871x *pLed);
|
void blink_handler(struct LED_871x *pLed);
|
||||||
void sw_led_on(struct adapter *padapter, struct LED_871x *pLed);
|
void sw_led_on(struct adapter *padapter, struct LED_871x *pLed);
|
||||||
void sw_led_off(struct adapter *padapter, struct LED_871x *pLed);
|
void sw_led_off(struct adapter *padapter, struct LED_871x *pLed);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче