diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2021-10-05 21:48:30 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-10-05 21:48:30 +0200 |
commit | 6bf8a55d8344df1f61a29b18c398bcdf3539e163 (patch) | |
tree | 72fdb990657f8412ba8f5a2c3a37fb9b71561863 /arch/x86/include/asm/irq_stack.h | |
parent | 3fd3590b53d1462ab534523e8d9ebdebd9b55f79 (diff) |
x86: Fix misspelled Kconfig symbols
Fix misspelled Kconfig symbols as detected by
scripts/checkkconfigsymbols.py.
[ bp: Combine into a single patch. ]
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210803113531.30720-7-lukas.bulwahn@gmail.com
Diffstat (limited to 'arch/x86/include/asm/irq_stack.h')
-rw-r--r-- | arch/x86/include/asm/irq_stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/irq_stack.h b/arch/x86/include/asm/irq_stack.h index 562854c60808..8912492a78f1 100644 --- a/arch/x86/include/asm/irq_stack.h +++ b/arch/x86/include/asm/irq_stack.h @@ -58,7 +58,7 @@ * the output constraints to make the compiler aware that R11 cannot be * reused after the asm() statement. * - * For builds with CONFIG_UNWIND_FRAME_POINTER ASM_CALL_CONSTRAINT is + * For builds with CONFIG_UNWINDER_FRAME_POINTER, ASM_CALL_CONSTRAINT is * required as well as this prevents certain creative GCC variants from * misplacing the ASM code. * |