[PATCH] [FOR SQUASH] clocksource: dummy.c: remove Kconfig warning

Antony Pavlov antonynpavlov at gmail.com
Thu Mar 20 03:39:45 EDT 2014


On Wed, 19 Mar 2014 21:45:29 +0100
Sascha Hauer <s.hauer at pengutronix.de> wrote:

> On Wed, Mar 19, 2014 at 03:29:12PM +0400, Antony Pavlov wrote:
> > This patch removes this warning during 'make *config':
> > 
> >   drivers/clocksource/Kconfig:36:warning: leading whitespace ignored
> > 
> > Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
> 
> Also squashed into the original commit.

Excuse me for my Treppenwitz!

Could you please change

+	int
+	prompt "dummy clocksource rate"

to more usual

+	int "dummy clocksource rate"
?

I'm so sorry!

]> 
> > ---
> >  drivers/clocksource/Kconfig | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
> > index f53c933..43974f0 100644
> > --- a/drivers/clocksource/Kconfig
> > +++ b/drivers/clocksource/Kconfig
> > @@ -32,7 +32,8 @@ config CLOCKSOURCE_DUMMY
> >  	  was initialized.
> >  
> >  config CLOCKSOURCE_DUMMY_RATE
> > -	int "  dummy clocksource rate"
> > +	int
> > +	prompt "dummy clocksource rate"
> >  	depends on CLOCKSOURCE_DUMMY
> >  	default 1000
> >  
> > -- 
> > 1.9.0
> > 
> > 
> 
> -- 
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
Best regards,
  Antony Pavlov



More information about the barebox mailing list