* PROBLEM: Kconfig documenation typos
@ 2012-04-02 9:14 Alexi Somebody
2012-04-02 15:04 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Alexi Somebody @ 2012-04-02 9:14 UTC (permalink / raw)
To: linux-kernel
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.
Regards, Alexi.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PROBLEM: Kconfig documenation typos
2012-04-02 9:14 PROBLEM: Kconfig documenation typos Alexi Somebody
@ 2012-04-02 15:04 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2012-04-02 15:04 UTC (permalink / raw)
To: Alexi Somebody; +Cc: linux-kernel, linux-usb
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-02 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-02 9:14 PROBLEM: Kconfig documenation typos Alexi Somebody
2012-04-02 15:04 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome