x86/entry: Change stale function name in comment to error_return()
authorJingyu Wang <jingyuwang_vip@163.com>
Sat, 18 Jun 2022 15:42:38 +0000 (23:42 +0800)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 6 Mar 2023 07:04:03 +0000 (08:04 +0100)
commit8c3223a50faf1d173e0159eff10a9de902407135
treecd693ffe6ec065d569f13f53b2e5a6dde53639cf
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
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 <jingyuwang_vip@163.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20220618154238.27749-1-jingyuwang_vip@163.com
arch/x86/entry/entry_64.S