diff options
-rw-r--r-- | include/linux/msi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/msi.h b/include/linux/msi.h index f71a25e5fd25..8974b2177b67 100644 --- a/include/linux/msi.h +++ b/include/linux/msi.h | |||
@@ -186,7 +186,7 @@ struct msi_domain_info; | |||
186 | * @msi_free: Domain specific function to free a MSI interrupts | 186 | * @msi_free: Domain specific function to free a MSI interrupts |
187 | * @msi_check: Callback for verification of the domain/info/dev data | 187 | * @msi_check: Callback for verification of the domain/info/dev data |
188 | * @msi_prepare: Prepare the allocation of the interrupts in the domain | 188 | * @msi_prepare: Prepare the allocation of the interrupts in the domain |
189 | * @msi_finish: Optional callbacl to finalize the allocation | 189 | * @msi_finish: Optional callback to finalize the allocation |
190 | * @set_desc: Set the msi descriptor for an interrupt | 190 | * @set_desc: Set the msi descriptor for an interrupt |
191 | * @handle_error: Optional error handler if the allocation fails | 191 | * @handle_error: Optional error handler if the allocation fails |
192 | * | 192 | * |
@@ -194,7 +194,7 @@ struct msi_domain_info; | |||
194 | * msi_create_irq_domain() and related interfaces | 194 | * msi_create_irq_domain() and related interfaces |
195 | * | 195 | * |
196 | * @msi_check, @msi_prepare, @msi_finish, @set_desc and @handle_error | 196 | * @msi_check, @msi_prepare, @msi_finish, @set_desc and @handle_error |
197 | * are callbacks used by msi_irq_domain_alloc_irqs() and related | 197 | * are callbacks used by msi_domain_alloc_irqs() and related |
198 | * interfaces which are based on msi_desc. | 198 | * interfaces which are based on msi_desc. |
199 | */ | 199 | */ |
200 | struct msi_domain_ops { | 200 | struct msi_domain_ops { |