From: Ira Weiny Date: Wed, 28 Oct 2020 16:36:32 +0000 (-0700) Subject: entry: Fixup irqentry_enter() comment X-Git-Tag: Ubuntu-5.13.0-19.19~4408^2~33 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=45ff510517f3b1354a3d9c273ad5e5e8d08312cb;p=mirror_ubuntu-jammy-kernel.git entry: Fixup irqentry_enter() comment irq_enter_from_user_mode() was changed to irqentry_enter_from_user_mode(). Update the comment within irqentry_enter() to reflect this change. Suggested-by: Thomas Gleixner Signed-off-by: Ira Weiny Signed-off-by: Thomas Gleixner Link: https://lore.kernel.org/r/20201028163632.965518-1-ira.weiny@intel.com --- diff --git a/kernel/entry/common.c b/kernel/entry/common.c index 42eff115c426..f7ed415a6768 100644 --- a/kernel/entry/common.c +++ b/kernel/entry/common.c @@ -302,7 +302,7 @@ noinstr irqentry_state_t irqentry_enter(struct pt_regs *regs) /* * If RCU is not watching then the same careful * sequence vs. lockdep and tracing is required - * as in irq_enter_from_user_mode(). + * as in irqentry_enter_from_user_mode(). */ lockdep_hardirqs_off(CALLER_ADDR0); rcu_irq_enter();