2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-21 03:33:59 +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:
Shishir Kulkarni 2017-02-14 00:09:00 +05:30 committed by Greg Kroah-Hartman
parent ebd6228609
commit 842954a8e3

View File

@ -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);
}