aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-21 08:13:08 -0500
committerBjorn Helgaas <bhelgaas@google.com>2016-01-07 12:46:31 -0500
commit1d1e8cdc823b9c0ed9b51dffef59b874b0aac808 (patch)
tree71c30a69f764a2b1919232e436a1967e86bc942d
parent1ec218373b8ebda821aec00bb156a9c94fad9cd4 (diff)
PCI/MSI: Fix typos in <linux/msi.h>
Fix two comment typos in the <linux/msi.h> header. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r--include/linux/msi.h4
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 */
200struct msi_domain_ops { 200struct msi_domain_ops {