Loading
entry: Fix stale comment for irqentry_enter()
The kerneldoc comment for irqentry_enter() refers to idtentry_exit(), which is an accidental holdover from the x86 entry code that the generic irqentry code was based on. Correct this to refer to irqentry_exit(). Signed-off-by:Mark Rutland <mark.rutland@arm.com> Signed-off-by:
Thomas Gleixner <tglx@kernel.org> Reviewed-by:
Jinjie Ruan <ruanjinjie@huawei.com> Acked-by:
Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://patch.msgid.link/20260407131650.3813777-2-mark.rutland@arm.com