mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
staging:rtl8712:mlme_linux.c: Adds blank lines to pass checkpatch.pl
Added three newlines after variable declarations to pass checkpatch.pl. Signed-off by: Santiago Torres-Arias <torresariass@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ea7893bb39
commit
89a07bd83a
@ -44,18 +44,21 @@ static void sitesurvey_ctrl_handler(void *FunctionContext)
|
||||
static void join_timeout_handler (void *FunctionContext)
|
||||
{
|
||||
struct _adapter *adapter = (struct _adapter *)FunctionContext;
|
||||
|
||||
_r8712_join_timeout_handler(adapter);
|
||||
}
|
||||
|
||||
static void _scan_timeout_handler (void *FunctionContext)
|
||||
{
|
||||
struct _adapter *adapter = (struct _adapter *)FunctionContext;
|
||||
|
||||
r8712_scan_timeout_handler(adapter);
|
||||
}
|
||||
|
||||
static void dhcp_timeout_handler (void *FunctionContext)
|
||||
{
|
||||
struct _adapter *adapter = (struct _adapter *)FunctionContext;
|
||||
|
||||
_r8712_dhcp_timeout_handler(adapter);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user