Skip to content

Commit

Permalink
rtlwifi: btcoexist: fix semicolon.cocci warnings
Browse files Browse the repository at this point in the history
Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Larry Finger <[email protected]>
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Acked-by: Larry Finger <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Signed-off-by: Christian Lamparter <[email protected]>
  • Loading branch information
JuliaLawall authored and chunkeey committed Mar 29, 2017
1 parent a5ee9e1 commit eb86d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtlwifi/btcoexist/halbtc8821a2ant.c
Original file line number Diff line number Diff line change
Expand Up @@ -2877,7 +2877,7 @@ static void halbtc8821a2ant_action_pan_edr_a2dp(struct btc_coexist *btcoexist)
false, false);
btc8821a2ant_sw_mech2(btcoexist, false, false,
false, 0x18);
};
}
} else {
/* fw mechanism */
if ((bt_rssi_state == BTC_RSSI_STATE_HIGH) ||
Expand Down

0 comments on commit eb86d00

Please sign in to comment.