From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Masanari Iida <standby24x7@gmail.com>
Cc: linux-pci@vger.kernel.org, trivial@kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [trivial] pci: Fix typo in setup-res.c
Date: Fri, 27 Jan 2012 09:37:32 -0800 [thread overview]
Message-ID: <20120127093732.46425cca@jbarnes-desktop> (raw)
In-Reply-To: <1327589147-2193-1-git-send-email-standby24x7@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 933 bytes --]
On Thu, 26 Jan 2012 23:45:47 +0900
Masanari Iida <standby24x7@gmail.com> wrote:
> Correct spelling "resouce" to "resource" in
> dricers/pci/setup-res.c
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
> drivers/pci/setup-res.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/pci/setup-res.c b/drivers/pci/setup-res.c
> index b66bfdb..5c18194 100644
> --- a/drivers/pci/setup-res.c
> +++ b/drivers/pci/setup-res.c
> @@ -228,7 +228,7 @@ int pci_reassign_resource(struct pci_dev *dev, int resno, resource_size_t addsiz
> int ret;
>
> if (!res->parent) {
> - dev_info(&dev->dev, "BAR %d: can't reassign an unassigned resouce %pR "
> + dev_info(&dev->dev, "BAR %d: can't reassign an unassigned resource %pR "
> "\n", resno, res);
> return -EINVAL;
> }
Applied to -next, thanks.
--
Jesse Barnes, Intel Open Source Technology Center
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
prev parent reply other threads:[~2012-01-27 17:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-26 14:45 [PATCH] [trivial] pci: Fix typo in setup-res.c Masanari Iida
2012-01-27 17:37 ` Jesse Barnes [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=20120127093732.46425cca@jbarnes-desktop \
--to=jbarnes@virtuousgeek.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=standby24x7@gmail.com \
--cc=trivial@kernel.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;
as well as URLs for NNTP newsgroup(s).