lkml.org 
[lkml]   [2004]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] missing semicolon in 2.6.7 VIODASD driver
Date

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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.048 / U:0.720 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site