mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 19:23:57 +08:00
Staging: rtl8188eu: core/rtw_led.c: format line to reduce it below 80 characters
Fixes checkpatch.pl warning: "WARNING: line over 80 characters" Signed-off-by: Shishir Kulkarni <shishir.kulkarni.2307@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ebd6228609
commit
842954a8e3
@ -39,7 +39,8 @@ void BlinkTimerCallback(unsigned long data)
|
||||
/* */
|
||||
void BlinkWorkItemCallback(struct work_struct *work)
|
||||
{
|
||||
struct LED_871x *pLed = container_of(work, struct LED_871x, BlinkWorkItem);
|
||||
struct LED_871x *pLed = container_of(work, struct LED_871x,
|
||||
BlinkWorkItem);
|
||||
|
||||
BlinkHandler(pLed);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user