Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 842954a8 authored by Shishir Kulkarni's avatar Shishir Kulkarni Committed by Greg Kroah-Hartman
Browse files

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: default avatarShishir Kulkarni <shishir.kulkarni.2307@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ebd62286
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);
}