diff options
| author | Thomas Petazzoni <[email protected]> | 2015-12-21 13:13:08 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2016-01-07 17:46:31 +0000 |
| commit | 1d1e8cdc823b9c0ed9b51dffef59b874b0aac808 (patch) | |
| tree | 71c30a69f764a2b1919232e436a1967e86bc942d | |
| parent | Linux 4.4-rc2 (diff) | |
| download | kernel-1d1e8cdc823b9c0ed9b51dffef59b874b0aac808.tar.gz kernel-1d1e8cdc823b9c0ed9b51dffef59b874b0aac808.zip | |
PCI/MSI: Fix typos in <linux/msi.h>
Fix two comment typos in the <linux/msi.h> header.
Signed-off-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
| -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; * @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 * @@ -194,7 +194,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 { |
