lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 11 Feb 2017 12:09:35 -0600
From:   Larry Finger <Larry.Finger@...inger.net>
To:     Julia Lawall <julia.lawall@...6.fr>
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: Re: [PATCH] rtlwifi: btcoexist: fix semicolon.cocci warnings

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@...inger.net>
> Signed-off-by: Julia Lawall <julia.lawall@...6.fr>
> Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>

Acked-by: Larry Finger <Larry.Finger@...inger.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) ||
>

Powered by blists - more mailing lists