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

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
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment