Skip to content

Commit 63752ad

Browse files
andy-shevKAGA-KOKO
authored andcommitted
genirq: Fix trivial typo in the comment CPY ==> COPY
IRQ_SET_MASK_NOCOPY is defined with 'O' letter. Fix the comment. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20240405185726.3931703-3-andriy.shevchenko@linux.intel.com
1 parent 42a7d88 commit 63752ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/irq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ enum {
115115
* Return value for chip->irq_set_affinity()
116116
*
117117
* IRQ_SET_MASK_OK - OK, core updates irq_common_data.affinity
118-
* IRQ_SET_MASK_NOCPY - OK, chip did update irq_common_data.affinity
118+
* IRQ_SET_MASK_NOCOPY - OK, chip did update irq_common_data.affinity
119119
* IRQ_SET_MASK_OK_DONE - Same as IRQ_SET_MASK_OK for core. Special code to
120120
* support stacked irqchips, which indicates skipping
121121
* all descendant irqchips.

0 commit comments

Comments
 (0)