[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.44L0.1204181134061.1548-100000@iolanthe.rowland.org>
Date: Wed, 18 Apr 2012 11:49:54 -0400 (EDT)
From: Alan Stern <stern@...land.harvard.edu>
To: Masanari Iida <standby24x7@...il.com>
cc: linux-usb@...r.kernel.org, <trivial@...nel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] [trivial] usb: Fix various typo within usb
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists