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

Sascha Hauer s.hauer at pengutronix.de
Wed Mar 19 16:45:29 EDT 2014


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.

Sascha

> ---
>  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 |



More information about the barebox mailing list