* [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* Re: [PATCH] missing semicolon in 2.6.7 VIODASD driver 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 0 siblings, 1 reply; 3+ messages in thread From: Stephen Rothwell @ 2004-06-25 8:38 UTC (permalink / raw) To: David Howells; +Cc: linuxppc64-dev, linux-kernel [-- Attachment #1: Type: text/plain, Size: 357 bytes --] Hi David, On Thu, 24 Jun 2004 15:57:33 +0100 David Howells <dhowells@redhat.com> wrote: > > There appears to be a missing semicolon in the VIODASD driver in 2.6.7. Looks good to me - now I just have to figure out how I have been building kernels. :-) -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] missing semicolon in 2.6.7 VIODASD driver 2004-06-25 8:38 ` Stephen Rothwell @ 2004-06-25 8:52 ` David Howells 0 siblings, 0 replies; 3+ messages in thread From: David Howells @ 2004-06-25 8:52 UTC (permalink / raw) To: Stephen Rothwell; +Cc: linuxppc64-dev, linux-kernel > > There appears to be a missing semicolon in the VIODASD driver in 2.6.7. > > Looks good to me - now I just have to figure out how I have been building > kernels. :-) Yes... Seen the same here. I wonder if there's a gcc bug. David ^ 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