VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Masahiro Yamada <yamada.masahiro@socionext.com> 2018-12-11 20:01:04 +0900 committer: Masahiro Yamada <yamada.masahiro@socionext.com> 2018-12-22 00:25:54 +0900 commit: 8636a1f9677db4f883f29a072f401303acfc2edd parent: 48547bd23d0eeb2cf3a63ed588b46236eac5f2c3
Commit Summary:
treewide: surround Kconfig file paths with double quotes
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/drivers/w1/Kconfig b/drivers/w1/Kconfig
index 6743bde038cc..dbb41f45af8a 100644
--- a/drivers/w1/Kconfig
+++ b/drivers/w1/Kconfig
@@ -25,7 +25,7 @@ config W1_CON
 	  2. Userspace commands. Includes read/write and search/alarm search commands.
 	  3. Replies to userspace commands.
 
-source drivers/w1/masters/Kconfig
-source drivers/w1/slaves/Kconfig
+source "drivers/w1/masters/Kconfig"
+source "drivers/w1/slaves/Kconfig"
 
 endif # W1