From 8f3e2a6678e173782748e3981a4bcfb06fb7f980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?= Date: Mon, 22 Nov 2021 16:18:13 +0100 Subject: [PATCH] linux: fix typo in BR2_LINUX_KERNEL_CUSTOM_DTS_PATH in the help text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Path to to out-of-tree..." -> "Path to the out-of-tree..." Signed-off-by: Sébastien Szymanski Signed-off-by: Peter Korsgaard --- linux/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Config.in b/linux/Config.in index d35dacc756..0f677d1e4e 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -411,7 +411,7 @@ config BR2_LINUX_KERNEL_INTREE_DTS_NAME config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH string "Out-of-tree Device Tree Source file paths" help - Path to to out-of-tree device tree source files. + Path to the out-of-tree device tree source files. You can provide a list of dts paths to copy and build, separated by spaces.