From: Dave Hansen Date: Wed, 2 Aug 2023 20:37:22 +0000 (-0700) Subject: x86/kbuild: Fix Documentation/ reference X-Git-Tag: v6.6.17~4053^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54acee601b87cfe43e17f6812449e5eb3eab39f9;p=platform%2Fkernel%2Flinux-rpi.git x86/kbuild: Fix Documentation/ reference x86 documentation moved. Fix the reference. Signed-off-by: Dave Hansen Reported-by: kernel test robot Link: https://lore.kernel.org/oe-kbuild-all/202307271956.IxoG9X0c-lkp@intel.com/ --- 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.