Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1577927
| From | Julia Lawall <julia.lawall@lip6.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings |
| Date | 2017-02-09 21:20 +0100 |
| Message-ID | <t93ma-2fX-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.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) ||
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings Julia Lawall <julia.lawall@lip6.fr> - 2017-02-09 21:20 +0100 Re: [PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings Larry Finger <Larry.Finger@lwfinger.net> - 2017-02-11 19:10 +0100
csiph-web