]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: rtl8188eu: core/rtw_led.c: format line to reduce it below 80 characters
authorShishir Kulkarni <shishir.kulkarni.2307@gmail.com>
Mon, 13 Feb 2017 18:39:00 +0000 (00:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2017 17:23:20 +0000 (09:23 -0800)
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>
drivers/staging/rtl8188eu/core/rtw_led.c

index 8e3721c797c3904cfd8bbb0290f5b58983226da0..1b9bc9817a57214d06324ece8b0d0541fdb233d2 100644 (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);
 }