linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: kbuild test robot <fengguang.wu@intel.com>
Cc: Goldwyn Rodrigues <rgoldwyn@suse.com>,
	kbuild-all@01.org, Lidong Zhong <lzhong@suse.com>,
	linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Communication Framework: fix semicolon.cocci warnings
Date: Wed, 4 Mar 2015 13:42:09 +1100	[thread overview]
Message-ID: <20150304134209.39bde559@notabene.brown> (raw)
In-Reply-To: <20150228011607.GA35524@athens.lkp.intel.com>

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

On Sat, 28 Feb 2015 09:16:08 +0800 kbuild test robot <fengguang.wu@intel.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@intel.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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

      reply	other threads:[~2015-03-04  2:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201502280906.22NYH7vD%fengguang.wu@intel.com>
2015-02-28  1:16 ` [PATCH] Communication Framework: fix semicolon.cocci warnings kbuild test robot
2015-03-04  2:42   ` NeilBrown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150304134209.39bde559@notabene.brown \
    --to=neilb@suse.de \
    --cc=fengguang.wu@intel.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=lzhong@suse.com \
    --cc=rgoldwyn@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).