staging: rtl8723au: core: rtw_led: Add blank line after declarations
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Wed, 8 Oct 2014 22:22:13 +0000 (01:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:28 +0000 (10:29 +0800)
The following patch fixes the checkpatch.pl warning:

drivers/staging/rtl8723au/core/rtw_led.c WARNING: Missing a blank line after declarations

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_led.c

index fa3dcff263d7f8caf32cfc778b7cc8a44e9af0cc..c66e727a2bca521af7654fd72173d89e89469e07 100644 (file)
@@ -44,6 +44,7 @@ static void BlinkTimerCallback(unsigned long data)
 void BlinkWorkItemCallback23a(struct work_struct *work)
 {
        struct led_8723a *pLed = container_of(work, struct led_8723a, BlinkWorkItem);
+
        BlinkHandler23a(pLed);
 }