Commit f66a9b6e authored by Alasdair G. Kergon's avatar Alasdair G. Kergon Committed by Linus Torvalds

[PATCH] device-mapper trivial: stray semi-colon

Remove stray semicolon.
Signed-Off-By: default avatarAlasdair G Kergon <agk@redhat.com>
From: Lars Marowsky-Bree <lmb@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fa2bde28
......@@ -805,7 +805,7 @@ static void event_callback(void *context)
{
struct mapped_device *md = (struct mapped_device *) context;
atomic_inc(&md->event_nr);;
atomic_inc(&md->event_nr);
wake_up(&md->eventq);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment