mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
genirq: Fix typo in struct comment
Remove redundant "e" in "assign(e)ments". Signed-off-by: Costa Shulyupin <costa.shul@redhat.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20240822123205.2186221-1-costa.shul@redhat.com
This commit is contained in:
parent
ae16f05c92
commit
17e28a9aea
@ -276,7 +276,7 @@ struct irq_affinity_notify {
|
||||
#define IRQ_AFFINITY_MAX_SETS 4
|
||||
|
||||
/**
|
||||
* struct irq_affinity - Description for automatic irq affinity assignements
|
||||
* struct irq_affinity - Description for automatic irq affinity assignments
|
||||
* @pre_vectors: Don't apply affinity to @pre_vectors at beginning of
|
||||
* the MSI(-X) vector space
|
||||
* @post_vectors: Don't apply affinity to @post_vectors at end of
|
||||
|
Loading…
Reference in New Issue
Block a user