[PATCH] 1/2: device-mapper trivial: stray semi-colon

From: Alasdair G Kergon
Date: Fri Oct 22 2004 - 00:55:25 EST


Remove stray semicolon.

Signed-Off-By: Alasdair G Kergon <agk@xxxxxxxxxx>
From: Lars Marowsky-Bree <lmb@xxxxxxx>
--- diff/drivers/md/dm.c 2004-10-19 16:56:08.000000000 +0100
+++ source/drivers/md/dm.c 2004-10-19 16:55:56.000000000 +0100
@@ -808,7 +808,7 @@
{
struct mapped_device *md = (struct mapped_device *) context;

- atomic_inc(&md->event_nr);;
+ atomic_inc(&md->event_nr);
wake_up(&md->eventq);
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/