linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] pci: Fix typo in setup-res.c
@ 2012-01-26 14:45 Masanari Iida
  2012-01-27 17:37 ` Jesse Barnes
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-01-26 14:45 UTC (permalink / raw)
  To: jbarnes, linux-pci; +Cc: standby24x7, trivial, linux-kernel

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;
 	}
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [trivial] pci: Fix typo in setup-res.c
  2012-01-26 14:45 [PATCH] [trivial] pci: Fix typo in setup-res.c Masanari Iida
@ 2012-01-27 17:37 ` Jesse Barnes
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Barnes @ 2012-01-27 17:37 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-pci, trivial, linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-27 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-26 14:45 [PATCH] [trivial] pci: Fix typo in setup-res.c Masanari Iida
2012-01-27 17:37 ` Jesse Barnes

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).