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

From: tip-bot2 for Dave Hansen
Date: Wed Aug 02 2023 - 18:19:34 EST


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@xxxxxxxxxxxxxxx>
AuthorDate: Wed, 02 Aug 2023 13:37:22 -07:00
Committer: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxx>
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Link: https://lore.kernel.org/oe-kbuild-all/202307271956.IxoG9X0c-lkp@xxxxxxxxx/
---
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.