projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a7d88
)
genirq: Fix trivial typo in the comment CPY ==> COPY
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Fri, 5 Apr 2024 18:56:46 +0000
(21:56 +0300)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 11 Apr 2024 10:29:40 +0000
(12:29 +0200)
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
include/linux/irq.h
patch
|
blob
|
history
diff --git
a/include/linux/irq.h
b/include/linux/irq.h
index 97baa937ab5b99fca75f4f707cfba14b0ba7b649..a217e1029c1dbb48b91156a131d7f53aa14bbb73 100644
(file)
--- a/
include/linux/irq.h
+++ b/
include/linux/irq.h
@@
-115,7
+115,7
@@
enum {
* Return value for chip->irq_set_affinity()
*
* IRQ_SET_MASK_OK - OK, core updates irq_common_data.affinity
- * IRQ_SET_MASK_NOC
PY
- OK, chip did update irq_common_data.affinity
+ * IRQ_SET_MASK_NOC
OPY
- OK, chip did update irq_common_data.affinity
* IRQ_SET_MASK_OK_DONE - Same as IRQ_SET_MASK_OK for core. Special code to
* support stacked irqchips, which indicates skipping
* all descendant irqchips.