mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] [FOR SQUASH] clocksource: dummy.c: remove Kconfig warning
@ 2014-03-19 11:29 Antony Pavlov
  2014-03-19 20:45 ` Sascha Hauer
  0 siblings, 1 reply; 3+ messages in thread
From: Antony Pavlov @ 2014-03-19 11:29 UTC (permalink / raw)
  To: barebox

This patch removes this warning during 'make *config':

  drivers/clocksource/Kconfig:36:warning: leading whitespace ignored

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-20  7:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-19 11:29 [PATCH] [FOR SQUASH] clocksource: dummy.c: remove Kconfig warning Antony Pavlov
2014-03-19 20:45 ` Sascha Hauer
2014-03-20  7:39   ` Antony Pavlov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox