提交 96d92eb7 编写于 作者: Y Yeliz Taneroglu 提交者: Greg Kroah-Hartman

staging: rtl8723au: core: rtw_led: Add blank line after declarations

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: NYeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 99ea15d6
...@@ -44,6 +44,7 @@ static void BlinkTimerCallback(unsigned long data) ...@@ -44,6 +44,7 @@ static void BlinkTimerCallback(unsigned long data)
void BlinkWorkItemCallback23a(struct work_struct *work) void BlinkWorkItemCallback23a(struct work_struct *work)
{ {
struct led_8723a *pLed = container_of(work, struct led_8723a, BlinkWorkItem); struct led_8723a *pLed = container_of(work, struct led_8723a, BlinkWorkItem);
BlinkHandler23a(pLed); BlinkHandler23a(pLed);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册