mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 15:07:13 -04: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:
committed by
Greg Kroah-Hartman
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user