From: Jingyu Wang Date: Sat, 18 Jun 2022 15:42:38 +0000 (+0800) Subject: x86/entry: Change stale function name in comment to error_return() X-Git-Tag: v6.6.7~2968^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c3223a50faf1d173e0159eff10a9de902407135;p=platform%2Fkernel%2Flinux-starfive.git x86/entry: Change stale function name in comment to error_return() Correct old function name error_exit() in the comment to what it is now called: error_return(). [ bp: Provide a commit message and massage. ] Signed-off-by: Jingyu Wang Signed-off-by: Borislav Petkov (AMD) Link: https://lore.kernel.org/r/20220618154238.27749-1-jingyuwang_vip@163.com --- diff --git a/arch/x86/entry/entry_64.S b/arch/x86/entry/entry_64.S index eccc343..048866c 100644 --- a/arch/x86/entry/entry_64.S +++ b/arch/x86/entry/entry_64.S @@ -1027,7 +1027,7 @@ SYM_CODE_START_LOCAL(paranoid_exit) * * NB to anyone to try to optimize this code: this code does * not execute at all for exceptions from user mode. Those - * exceptions go through error_exit instead. + * exceptions go through error_return instead. */ RESTORE_CR3 scratch_reg=%rax save_reg=%r14