public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: David Howells <dhowells@redhat.com>
To: linuxppc64-dev@lists.linuxppc.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] missing semicolon in 2.6.7 VIODASD driver
Date: Thu, 24 Jun 2004 15:57:33 +0100	[thread overview]
Message-ID: <31563.1088089053@redhat.com> (raw)


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"

             reply	other threads:[~2004-06-24 15:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-24 14:57 David Howells [this message]
2004-06-25  8:38 ` [PATCH] missing semicolon in 2.6.7 VIODASD driver Stephen Rothwell
2004-06-25  8:52   ` David Howells

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=31563.1088089053@redhat.com \
    --to=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc64-dev@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox