From: Nicolas Iooss Date: Fri, 29 Jul 2016 11:39:51 +0000 (+0200) Subject: x86/entry: spell EBX register correctly in documentation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=75ca5b22260ef7b5ce39c6d521eee8b4cba44703;p=linux-beck.git x86/entry: spell EBX register correctly in documentation As EBS does not mean anything reasonable in the context it is used, it seems like a misspelling for EBX. Signed-off-by: Nicolas Iooss Acked-by: Borislav Petkov Signed-off-by: Jiri Kosina --- diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S index 9ee0da1807ed..c8804827d436 100644 --- a/arch/x86/entry/entry_64.S +++ b/arch/x86/entry/entry_64.S @@ -1058,7 +1058,7 @@ END(error_entry) /* - * On entry, EBS is a "return to kernel mode" flag: + * On entry, EBX is a "return to kernel mode" flag: * 1: already in kernel mode, don't need SWAPGS * 0: user gsbase is loaded, we need SWAPGS and standard preparation for return to usermode */