[Buildroot] [PATCH] linux: drop full stop from prompt text

Baruch Siach baruch at tkos.co.il
Mon Aug 7 12:41:34 UTC 2017


We don't add full stop at the end of the prompt text.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 linux/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux/Config.in b/linux/Config.in
index 1622f01964a9..1b6571a018ea 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -368,7 +368,7 @@ choice
 	default BR2_LINUX_KERNEL_USE_INTREE_DTS
 
 config BR2_LINUX_KERNEL_USE_INTREE_DTS
-	bool "Use a device tree present in the kernel."
+	bool "Use a device tree present in the kernel"
 	help
 	  Use a device tree source distributed with
 	  the kernel sources. The dts files are located
-- 
2.13.2



More information about the buildroot mailing list