mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 00:47:56 -04:00
Staging: rtl8192e: add blank line after function declaration
This patch removes the following check generated by checkpatch.pl ./drivers/staging/rtl8192e/rtl819x_BAProc.c:65: CHECK: Please use a blank line after function/struct/union/enum declarations Signed-off-by: Anjandev Momi <anjan@momi.ca> Link: https://lore.kernel.org/r/20221014081839.23902-5-anjan@momi.ca Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2f618d1167
commit
98703e4264
@@ -62,6 +62,7 @@ void ResetBaEntry(struct ba_record *pBA)
|
||||
pBA->dialog_token = 0;
|
||||
pBA->ba_start_seq_ctrl.short_data = 0;
|
||||
}
|
||||
|
||||
static struct sk_buff *rtllib_ADDBA(struct rtllib_device *ieee, u8 *Dst,
|
||||
struct ba_record *pBA,
|
||||
u16 StatusCode, u8 type)
|
||||
|
||||
Reference in New Issue
Block a user