[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20120127093732.46425cca@jbarnes-desktop>
Date: Fri, 27 Jan 2012 09:37:32 -0800
From: Jesse Barnes <jbarnes@...tuousgeek.org>
To: Masanari Iida <standby24x7@...il.com>
Cc: linux-pci@...r.kernel.org, trivial@...nel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [trivial] pci: Fix typo in setup-res.c
On Thu, 26 Jan 2012 23:45:47 +0900
Masanari Iida <standby24x7@...il.com> wrote:
> Correct spelling "resouce" to "resource" in
> dricers/pci/setup-res.c
>
> Signed-off-by: Masanari Iida <standby24x7@...il.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
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists