]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/msi.h
Merge tag 'please-pull-copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / include / linux / msi.h
index 1c6342ab8c0e92be0991f1e4c1b976c7f8f5f386..a2a0068a8387184eb65045f5597b99a410083f4c 100644 (file)
@@ -187,7 +187,7 @@ struct msi_domain_info;
  * @msi_free:          Domain specific function to free a MSI interrupts
  * @msi_check:         Callback for verification of the domain/info/dev data
  * @msi_prepare:       Prepare the allocation of the interrupts in the domain
- * @msi_finish:                Optional callbacl to finalize the allocation
+ * @msi_finish:                Optional callback to finalize the allocation
  * @set_desc:          Set the msi descriptor for an interrupt
  * @handle_error:      Optional error handler if the allocation fails
  *
@@ -195,7 +195,7 @@ struct msi_domain_info;
  * msi_create_irq_domain() and related interfaces
  *
  * @msi_check, @msi_prepare, @msi_finish, @set_desc and @handle_error
- * are callbacks used by msi_irq_domain_alloc_irqs() and related
+ * are callbacks used by msi_domain_alloc_irqs() and related
  * interfaces which are based on msi_desc.
  */
 struct msi_domain_ops {