All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings
@ 2017-02-09 20:12 Julia Lawall
  2017-02-11 18:09 ` Larry Finger
  2017-02-15  9:12 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Julia Lawall @ 2017-02-09 20:12 UTC (permalink / raw)
  To: Larry Finger
  Cc: Kalle Valo, Chaoming Li, Joe Perches, netdev, linux-wireless,
	linux-kernel, kbuild-all

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) ||

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings
  2017-02-09 20:12 [PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings Julia Lawall
@ 2017-02-11 18:09 ` Larry Finger
  2017-02-15  9:12 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Larry Finger @ 2017-02-11 18:09 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Kalle Valo, Chaoming Li, Joe Perches, netdev, linux-wireless,
	linux-kernel, kbuild-all

On 02/09/2017 02:12 PM, Julia Lawall wrote:
> 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>

Acked-by: Larry Finger <Larry.Finger@lwfinger.net>

Thanks,

Larry

> ---
>
>  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) ||
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: rtlwifi: btcoexist: fix semicolon.cocci warnings
  2017-02-09 20:12 [PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings Julia Lawall
  2017-02-11 18:09 ` Larry Finger
@ 2017-02-15  9:12 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2017-02-15  9:12 UTC (permalink / raw)
  To: Julia Lawall
  Cc: Larry Finger, Chaoming Li, Joe Perches, netdev, linux-wireless,
	linux-kernel, kbuild-all

Julia Lawall <Julia.Lawall@lip6.fr> wrote:
> 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>
> Acked-by: Larry Finger <Larry.Finger@lwfinger.net>

Patch applied to wireless-drivers-next.git, thanks.

7546bba385b4 rtlwifi: btcoexist: fix semicolon.cocci warnings

-- 
https://patchwork.kernel.org/patch/9565451/

Documentation about submitting wireless patches and checking status
from patchwork:

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-15  9:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-09 20:12 [PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings Julia Lawall
2017-02-11 18:09 ` Larry Finger
2017-02-15  9:12 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.