Re: PROBLEM: Kconfig documenation typos

From: Randy Dunlap
Date: Mon Apr 02 2012 - 11:04:58 EST


On 04/02/2012 02:14 AM, Alexi Somebody wrote:

> I found a couple of typographical errors on lines 414 and 424 of,
>
> Kernel Version: Linux 3.4.0-rc1
>
> [linux/kernel/git/torvalds/linux.git] / drivers / usb / host / Kconfig
>
> 408 config USB_OHCI_HCD_PLATFORM
> 409 bool "Generic OHCI driver for a platform device"
> 410 depends on USB_OHCI_HCD && EXPERIMENTAL
> 411 default n
> 412 ---help---
> 413 Adds an OHCI host driver for a generic platform device, which
> 414 provieds a memory space and an irq.
> 415
> 416 If unsure, say N.
> 417
> 418 config USB_EHCI_HCD_PLATFORM
> 419 bool "Generic EHCI driver for a platform device"
> 420 depends on USB_EHCI_HCD && EXPERIMENTAL
> 421 default n
> 422 ---help---
> 423 Adds an EHCI host driver for a generic platform device, which
> 424 provieds a memory space and an irq.
>
>
> It should be "provides" rather than "provieds" on line 414 and 424.


Can you send a patch to correct those 2 lines?

--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/