[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150228011607.GA35524@athens.lkp.intel.com>
Date:	Sat, 28 Feb 2015 09:16:08 +0800
From:	kbuild test robot <fengguang.wu@...el.com>
To:	Goldwyn Rodrigues <rgoldwyn@...e.com>
Cc:	kbuild-all@...org, Lidong Zhong <lzhong@...e.com>,
	Neil Brown <neilb@...e.de>, linux-raid@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] Communication Framework: fix semicolon.cocci warnings
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;
-	};
+	}
 }
 
 /*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
