[tip: x86/shstk] x86/kbuild: Fix Documentation/ reference

tip-bot2 for Dave Hansen posted 1 patch 2 years, 6 months ago
arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[tip: x86/shstk] x86/kbuild: Fix Documentation/ reference
Posted by tip-bot2 for Dave Hansen 2 years, 6 months ago
The following commit has been merged into the x86/shstk branch of tip:

Commit-ID:     54acee601b87cfe43e17f6812449e5eb3eab39f9
Gitweb:        https://git.kernel.org/tip/54acee601b87cfe43e17f6812449e5eb3eab39f9
Author:        Dave Hansen <dave.hansen@linux.intel.com>
AuthorDate:    Wed, 02 Aug 2023 13:37:22 -07:00
Committer:     Dave Hansen <dave.hansen@linux.intel.com>
CommitterDate: Wed, 02 Aug 2023 15:01:51 -07:00

x86/kbuild: Fix Documentation/ reference

x86 documentation moved.  Fix the reference.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202307271956.IxoG9X0c-lkp@intel.com/
---
 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e860f80..99e7552 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1969,7 +1969,7 @@ config X86_USER_SHADOW_STACK
 
 	  CPUs supporting shadow stacks were first released in 2020.
 
-	  See Documentation/x86/shstk.rst for more information.
+	  See Documentation/arch/x86/shstk.rst for more information.
 
 	  If unsure, say N.