From: Jeff Garzik <jgarzik@pobox.com>
To: mikukkon@iki.fi
Cc: hch@infradead.org, torvalds@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2.6.12] Fix typo in drivers/pci/pci-driver.c
Date: Sat, 18 Jun 2005 16:00:31 -0400 [thread overview]
Message-ID: <42B47D5F.8060806@pobox.com> (raw)
In-Reply-To: <20050618194956.GA4665@miku.homelinux.net>
Mika Kukkonen wrote:
> The git commit 794f5bfa77955c4455f6d72d8b0e2bee25f1ff0c
> accidentally suffers from a previous typo in that file
> (',' instead of ';' in end of line). Patch included.
>
> Signed-off-by: Mika Kukkonen (mikukkon@iki.fi)
>
> Index: linux-2.6/drivers/pci/pci-driver.c
> ===================================================================
> --- linux-2.6.orig/drivers/pci/pci-driver.c 2005-06-18 22:05:42.642463416 +0300
> +++ linux-2.6/drivers/pci/pci-driver.c 2005-06-18 22:10:37.486761280 +0300
> @@ -396,7 +396,7 @@
> /* FIXME, once all of the existing PCI drivers have been fixed to set
> * the pci shutdown function, this test can go away. */
> if (!drv->driver.shutdown)
> - drv->driver.shutdown = pci_device_shutdown,
> + drv->driver.shutdown = pci_device_shutdown;
Please forward this to stable@kernel.org, too.
Jeff
prev parent reply other threads:[~2005-06-18 20:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-18 19:49 [PATCH 2.6.12] Fix typo in drivers/pci/pci-driver.c Mika Kukkonen
2005-06-18 20:00 ` Jeff Garzik [this message]
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=42B47D5F.8060806@pobox.com \
--to=jgarzik@pobox.com \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mikukkon@iki.fi \
--cc=torvalds@osdl.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