[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1396677207-16562-1-git-send-email-chihuanqi@gmail.com>
Date: Sat, 5 Apr 2014 13:53:27 +0800
From: huanqi chi <chihuanqi@...il.com>
To: gregkh@...uxfoundation.org, Larry.Finger@...inger.net,
standby24x7@...il.com, oat.elena@...il.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
huanqi chi <chihuanqi@...il.com>
Subject: [PATCH] staging rtl8188eu: add a blank line after declarations
fix a coding style issue: Missing a blank line after declarations
Signed-off-by: huanqi chi <chihuanqi@...il.com>
---
drivers/staging/rtl8188eu/core/rtw_br_ext.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/rtl8188eu/core/rtw_br_ext.c b/drivers/staging/rtl8188eu/core/rtw_br_ext.c
index e843c6b..f97f05f 100644
--- a/drivers/staging/rtl8188eu/core/rtw_br_ext.c
+++ b/drivers/staging/rtl8188eu/core/rtw_br_ext.c
@@ -442,6 +442,7 @@ static void __nat25_db_print(struct adapter *priv)
void nat25_db_cleanup(struct adapter *priv)
{
int i;
+
spin_lock_bh(&priv->br_ext_lock);
for (i = 0; i < NAT25_HASH_SIZE; i++) {
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists