Skip to content

Commit

Permalink
core: interrupt: fix interrupt_set_{affinity|wake}() description
Browse files Browse the repository at this point in the history
Fix inline description of itr_num argument for interrupt_set_affinity()
and interrupt_set_wake().

Fixes: b2d6db2 ("core: interrupt: helper function for raise_pi, raise_sgi, set_affinity")
Signed-off-by: Etienne Carriere <[email protected]>
  • Loading branch information
etienne-lms committed Feb 7, 2025
1 parent d8693a6 commit ec7faca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/kernel/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static inline void interrupt_raise_sgi(struct itr_chip *chip, size_t itr_num,
/*
* interrupt_set_affinity() - Set CPU affinity for a controller interrupt
* @chip Interrupt controller
* @itr_num Interrupt number to raise
* @itr_num Interrupt number
* @cpu_mask Mask of the CPUs targeted by the interrupt
*/
static inline void interrupt_set_affinity(struct itr_chip *chip, size_t itr_num,
Expand Down

0 comments on commit ec7faca

Please sign in to comment.