On Sat, 28 Feb 2015 09:16:08 +0800 kbuild test robot <[email protected]>
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 <[email protected]>
> ---
> 
>  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

Attachment: pgpXUyorGUvBz.pgp
Description: OpenPGP digital signature

Reply via email to