From 30b7f7e33e529c922a9f54893a1fc7c23791de8e Mon Sep 17 00:00:00 2001 From: Mike Rapoport Date: Thu, 31 Dec 2020 22:05:04 +0000 Subject: [PATCH] mm-introduce-memfd_secret-system-call-to-create-secret-memory-areas-fix restore original white space Link: https://lkml.kernel.org/r/20201220060536.GB392333@linux.ibm.com Cc: Stephen Rothwell Signed-off-by: Andrew Morton --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 42d84d86f1f4..6ea13f4ad07e 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -42,7 +42,7 @@ config FORCE_DYNAMIC_FTRACE in order to test the non static function tracing in the generic code, as other architectures still use it. But we only need to keep it around for x86_64. No need to keep it - for x86_32. For x86_32, force DYNAMIC_FTRACE. + for x86_32. For x86_32, force DYNAMIC_FTRACE. # # Arch settings # -- 2.50.1