From e7dad54f76e2f29ec181bfac9b4ca6d922e25d67 Mon Sep 17 00:00:00 2001 From: huanqi chi Date: Sat, 5 Apr 2014 13:53:27 +0800 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8188eu/core/rtw_br_ext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/rtl8188eu/core/rtw_br_ext.c b/drivers/staging/rtl8188eu/core/rtw_br_ext.c index e843c6bd452..f97f05f4165 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++) { -- 2.46.0