hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/irq.h
....@@ -118,7 +118,7 @@
118118 * IRQ_SET_MASK_NOCPY - 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
121
- * all descendent irqchips.
121
+ * all descendant irqchips.
122122 */
123123 enum {
124124 IRQ_SET_MASK_OK = 0,
....@@ -304,7 +304,7 @@
304304
305305 /*
306306 * Must only be called of irqchip.irq_set_affinity() or low level
307
- * hieararchy domain allocation functions.
307
+ * hierarchy domain allocation functions.
308308 */
309309 static inline void irqd_set_single_target(struct irq_data *d)
310310 {