projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
108cef3
)
md: fix semicolon.cocci warnings
author
kbuild test robot
<fengguang.wu@intel.com>
Wed, 3 Dec 2014 05:07:59 +0000
(16:07 +1100)
committer
NeilBrown
<neilb@suse.de>
Wed, 3 Dec 2014 05:07:59 +0000
(16:07 +1100)
drivers/md/md.c:7175:43-44: Unneeded semicolon
Removes unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c
patch
|
blob
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index 9233c71138f18a62a4c175d7acf9c3b8fd03a3d5..ad5d783ad416b51c2042a439945431f4bfed5eeb 100644
(file)
--- 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)
int mask;
if (md_unloading)
- return POLLIN|POLLRDNORM|POLLERR|POLLPRI;
;
+ return POLLIN|POLLRDNORM|POLLERR|POLLPRI;
poll_wait(filp, &md_event_waiters, wait);
/* always allow read */