From 89a07bd83a3c39ad12a2e1e3a052b0bcd2042ad4 Mon Sep 17 00:00:00 2001 From: Santiago Torres Date: Sun, 27 Jul 2014 17:02:47 -0400 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8712/mlme_linux.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/rtl8712/mlme_linux.c b/drivers/staging/rtl8712/mlme_linux.c index 377efb88676f..354bd03e700f 100644 --- a/drivers/staging/rtl8712/mlme_linux.c +++ b/drivers/staging/rtl8712/mlme_linux.c @@ -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); } -- 2.11.0