All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alan Stern <stern@rowland.harvard.edu>
To: Masanari Iida <standby24x7@gmail.com>
Cc: linux-usb@vger.kernel.org, <trivial@kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] [trivial] usb: Fix various typo within usb
Date: Wed, 18 Apr 2012 11:49:54 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.44L0.1204181134061.1548-100000@iolanthe.rowland.org> (raw)
In-Reply-To: <1334761486-12817-1-git-send-email-standby24x7@gmail.com>

On Thu, 19 Apr 2012, Masanari Iida wrote:

> Correct spelling typo within usb

> --- a/drivers/usb/host/ehci-platform.c
> +++ b/drivers/usb/host/ehci-platform.c
> @@ -94,12 +94,12 @@ static int __devinit ehci_platform_probe(struct platform_device *dev)
>  
>  	irq = platform_get_irq(dev, 0);
>  	if (irq < 0) {
> -		pr_err("no irq provieded");
> +		pr_err("no irq provided");
>  		return irq;
>  	}
>  	res_mem = platform_get_resource(dev, IORESOURCE_MEM, 0);
>  	if (!res_mem) {
> -		pr_err("no memory recourse provieded");
> +		pr_err("no memory recourse provided");

This is a good thing to do, but you should fix the spelling of 
"resource" as well.  Also in ohci-platform.c.

Alan Stern



  reply	other threads:[~2012-04-18 15:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-18 15:04 [PATCH] [trivial] usb: Fix various typo within usb Masanari Iida
2012-04-18 15:49 ` Alan Stern [this message]
2012-04-18 20:13 ` Randy Dunlap

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=Pine.LNX.4.44L0.1204181134061.1548-100000@iolanthe.rowland.org \
    --to=stern@rowland.harvard.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.