| .. | .. |
|---|
| 118 | 118 | * IRQ_SET_MASK_NOCPY - OK, chip did update irq_common_data.affinity |
|---|
| 119 | 119 | * IRQ_SET_MASK_OK_DONE - Same as IRQ_SET_MASK_OK for core. Special code to |
|---|
| 120 | 120 | * support stacked irqchips, which indicates skipping |
|---|
| 121 | | - * all descendent irqchips. |
|---|
| 121 | + * all descendant irqchips. |
|---|
| 122 | 122 | */ |
|---|
| 123 | 123 | enum { |
|---|
| 124 | 124 | IRQ_SET_MASK_OK = 0, |
|---|
| .. | .. |
|---|
| 304 | 304 | |
|---|
| 305 | 305 | /* |
|---|
| 306 | 306 | * Must only be called of irqchip.irq_set_affinity() or low level |
|---|
| 307 | | - * hieararchy domain allocation functions. |
|---|
| 307 | + * hierarchy domain allocation functions. |
|---|
| 308 | 308 | */ |
|---|
| 309 | 309 | static inline void irqd_set_single_target(struct irq_data *d) |
|---|
| 310 | 310 | { |
|---|