mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
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: Yeliz Taneroglu <yeliztaneroglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
99ea15d659
commit
96d92eb716
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user