[PATCH: 2.4.14-pre3] Semicolon missing in pcd.c

Simon Kirby (sim@netnation.com)
Sat, 27 Oct 2001 01:52:06 -0700


--- linux/drivers/block/paride/pcd.c.orig Sat Oct 27 01:33:27 2001
+++ linux/drivers/block/paride/pcd.c Sat Oct 27 01:49:32 2001
@@ -271,7 +271,7 @@
release: cdrom_release,
ioctl: cdrom_ioctl,
check_media_change: cdrom_media_changed,
-}
+};

static struct cdrom_device_ops pcd_dops = {
pcd_open,

Simon-

[ Stormix Technologies Inc. ][ NetNation Communications Inc. ]
[ sim@stormix.com ][ sim@netnation.com ]
[ Opinions expressed are not necessarily those of my employers. ]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/