[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.20.1702092111340.1985@hadrien>
Date: Thu, 9 Feb 2017 21:12:51 +0100 (CET)
From: Julia Lawall <julia.lawall@...6.fr>
To: Larry Finger <Larry.Finger@...inger.net>
cc: Kalle Valo <kvalo@...eaurora.org>,
Chaoming Li <chaoming_li@...lsil.com.cn>,
Joe Perches <joe@...ches.com>, netdev@...r.kernel.org,
linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org,
kbuild-all@...org
Subject: [PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Larry Finger <Larry.Finger@...inger.net>
Signed-off-by: Julia Lawall <julia.lawall@...6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
halbtc8821a2ant.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c
+++ b/drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8821a2ant.c
@@ -2877,7 +2877,7 @@ static void halbtc8821a2ant_action_pan_e
false, false);
btc8821a2ant_sw_mech2(btcoexist, false, false,
false, 0x18);
- };
+ }
} else {
/* fw mechanism */
if ((bt_rssi_state == BTC_RSSI_STATE_HIGH) ||
Powered by blists - more mailing lists