Skip to content

Commit 1f0d117

Browse files
mrutland-armThomas Gleixner
authored andcommitted
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
1 parent 6de23f8 commit 1f0d117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/irq-entry-common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ typedef struct irqentry_state {
394394
* establish the proper context for NOHZ_FULL. Otherwise scheduling on exit
395395
* would not be possible.
396396
*
397-
* Returns: An opaque object that must be passed to idtentry_exit()
397+
* Returns: An opaque object that must be passed to irqentry_exit()
398398
*/
399399
irqentry_state_t noinstr irqentry_enter(struct pt_regs *regs);
400400

0 commit comments

Comments
 (0)