All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Communication Framework: fix semicolon.cocci warnings
       [not found] <201502280906.22NYH7vD%fengguang.wu@intel.com>
@ 2015-02-28  1:16 ` kbuild test robot
  2015-03-04  2:42   ` NeilBrown
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2015-02-28  1:16 UTC (permalink / raw)
  To: Goldwyn Rodrigues
  Cc: kbuild-all, Lidong Zhong, Neil Brown, linux-raid, linux-kernel

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;
-	};
+	}
 }
 
 /*

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

* Re: [PATCH] Communication Framework: fix semicolon.cocci warnings
  2015-02-28  1:16 ` [PATCH] Communication Framework: fix semicolon.cocci warnings kbuild test robot
@ 2015-03-04  2:42   ` NeilBrown
  0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2015-03-04  2:42 UTC (permalink / raw)
  To: kbuild test robot
  Cc: Goldwyn Rodrigues, kbuild-all, Lidong Zhong, linux-raid, linux-kernel

[-- 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 --]

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

end of thread, other threads:[~2015-03-04  2:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [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 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.