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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 4 Mar 2015 13:42:09 +1100
From:	NeilBrown <neilb@...e.de>
To:	kbuild test robot <fengguang.wu@...el.com>
Cc:	Goldwyn Rodrigues <rgoldwyn@...e.com>, kbuild-all@...org,
	Lidong Zhong <lzhong@...e.com>, linux-raid@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Communication Framework: fix semicolon.cocci warnings

On Sat, 28 Feb 2015 09:16:08 +0800 kbuild test robot <fengguang.wu@...el.com>
wrote:

> drivers/md/md-cluster.c:328:2-3: Unneeded semicolon
> 
> 
>  Removes unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
> ---
> 
>  md-cluster.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/md/md-cluster.c
> +++ b/drivers/md/md-cluster.c
> @@ -325,7 +325,7 @@ static void process_recvd_msg(struct mdd
>  		pr_info("%s: %d Received message: RESYNCING from %d\n",
>  			__func__, __LINE__, msg->slot);
>  		break;
> -	};
> +	}
>  }
>  
>  /*

Applied, thanks.

NeilBrown

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ