[PATCH] missing semicolon in 2.6.7 VIODASD driver

From: David Howells
Date: Thu Jun 24 2004 - 10:49:13 EST



There appears to be a missing semicolon in the VIODASD driver in 2.6.7.

David

diff -urp linux-2.6.7/drivers/block/viodasd.c linux-2.6.7-vio/drivers/block/viodasd.c
--- linux-2.6.7/drivers/block/viodasd.c 2004-06-18 13:43:50.000000000 +0100
+++ linux-2.6.7-vio/drivers/block/viodasd.c 2004-06-24 15:52:07.782568187 +0100
@@ -742,7 +742,7 @@ static ssize_t probe_disks(struct device
}
return count;
}
-static DRIVER_ATTR(probe, S_IWUSR, NULL, probe_disks)
+static DRIVER_ATTR(probe, S_IWUSR, NULL, probe_disks);

static struct vio_driver viodasd_driver = {
.name = "viodasd"
-
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/