Tag: 7d7e64f2ecd4a863b5fbc1fe998bb39d6423664a

md: fix semicolon.cocci warnings

Author: kbuild test robot <fengguang.wu@intel.com> drivers/md/md.c:7175:43-44: Unneeded semicolon Removes unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu Signed-off-by: NeilBrown — drivers/md/md.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff –git a/drivers/md/md.c b/drivers/md/md.c index 9233c71..ad5d783 100644 — a/drivers/md/md.c +++ b/drivers/md/md.c @@ -6969,7 +6969,7 @@ static unsigned int mdstat_poll(struct file *filp, poll_table *wait) …

Continue reading