public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] missing semicolon in 2.6.7 VIODASD driver
@ 2004-06-24 14:57 David Howells
  2004-06-25  8:38 ` Stephen Rothwell
  0 siblings, 1 reply; 3+ messages in thread
From: David Howells @ 2004-06-24 14:57 UTC (permalink / raw)
  To: linuxppc64-dev; +Cc: linux-kernel


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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-06-25  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-24 14:57 [PATCH] missing semicolon in 2.6.7 VIODASD driver David Howells
2004-06-25  8:38 ` Stephen Rothwell
2004-06-25  8:52   ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox