2009-06-04 14:31:49

by Pavel Machek

[permalink] [raw]
Subject: Re: drivers/serial/Kconfig: .ko is normally not included in kconfig help

On Thu 2009-05-14 13:53:29, Jiri Kosina wrote:
> On Thu, 14 May 2009, Pavel Machek wrote:
>
> >
> > .ko is normally not included in Kconfig help, make it consistent.
> >
> > Signed-off-by: Pavel Machek <[email protected]>
> >
> > ---
> > commit 3f582fadb61bfcf948609b9fa5d832d2bab098a7
> > tree c0adf6e1122a15be49c046d1c84f94c6a61ff73c
> > parent 4d874471a704784cf7e0fe1bf7e9c050d0e1063c
> > author Pavel <[email protected]> Thu, 14 May 2009 13:15:20 +0200
> > committer Pavel <[email protected]> Thu, 14 May 2009 13:15:20 +0200
> >
> > drivers/serial/Kconfig | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> > index 343e3a3..472a572 100644
> > --- a/drivers/serial/Kconfig
> > +++ b/drivers/serial/Kconfig
> > @@ -860,7 +860,7 @@ config SERIAL_UARTLITE
> > Say Y here if you want to use the Xilinx uartlite serial controller.
> >
> > To compile this driver as a module, choose M here: the
> > - module will be called uartlite.ko.
> > + module will be called uartlite.
>
> Why not fix all the in-tree instances while you are at it? (quick grep
> shouws that there is ~25 of them)

Can you take this one and I'll fix more as separate patch?

Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


2009-06-04 22:47:27

by Jiri Kosina

[permalink] [raw]
Subject: Re: drivers/serial/Kconfig: .ko is normally not included in kconfig help

On Thu, 4 Jun 2009, Pavel Machek wrote:

> > > commit 3f582fadb61bfcf948609b9fa5d832d2bab098a7
> > > tree c0adf6e1122a15be49c046d1c84f94c6a61ff73c
> > > parent 4d874471a704784cf7e0fe1bf7e9c050d0e1063c
> > > author Pavel <[email protected]> Thu, 14 May 2009 13:15:20 +0200
> > > committer Pavel <[email protected]> Thu, 14 May 2009 13:15:20 +0200
> > >
> > > drivers/serial/Kconfig | 2 +-
> > > 1 files changed, 1 insertions(+), 1 deletions(-)
> > >
> > > diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
> > > index 343e3a3..472a572 100644
> > > --- a/drivers/serial/Kconfig
> > > +++ b/drivers/serial/Kconfig
> > > @@ -860,7 +860,7 @@ config SERIAL_UARTLITE
> > > Say Y here if you want to use the Xilinx uartlite serial controller.
> > >
> > > To compile this driver as a module, choose M here: the
> > > - module will be called uartlite.ko.
> > > + module will be called uartlite.
> >
> > Why not fix all the in-tree instances while you are at it? (quick grep
> > shouws that there is ~25 of them)
> Can you take this one and I'll fix more as separate patch?

Thanks for all the patches, I have folded them into a single bigger patch
and applied to trivial queue.

--
Jiri Kosina