Message ID | 20190823215236.8081-2-sean.j.christopherson@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | x86/sgx: Misc code cleanups | expand |
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index eac03f448b59..2a8988aaa074 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1939,7 +1939,7 @@ config INTEL_SGX depends on X86_64 && CPU_SUP_INTEL select SRCU select MMU_NOTIFIER - ---help--- + help Intel(R) SGX is a set of CPU instructions that can be used by applications to set aside private regions of code and data, referred to as enclaves. An enclave's private memory can only be accessed by
Replace ---help--- with help as suggested by checkpatch. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)