diff options
Diffstat (limited to 'drivers/ntb/msi.c')
-rw-r--r-- | drivers/ntb/msi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ntb/msi.c b/drivers/ntb/msi.c index 2818bfcf4031..dd683cb58d09 100644 --- a/drivers/ntb/msi.c +++ b/drivers/ntb/msi.c @@ -262,8 +262,9 @@ static int ntbm_msi_setup_callback(struct ntb_dev *ntb, struct msi_desc *entry, * @handler: Function to be called when the IRQ occurs * @thread_fn: Function to be called in a threaded interrupt context. NULL * for clients which handle everything in @handler - * @devname: An ascii name for the claiming device, dev_name(dev) if NULL + * @name: An ascii name for the claiming device, dev_name(dev) if NULL * @dev_id: A cookie passed back to the handler function + * @msi_desc: MSI descriptor data which triggers the interrupt * * This function assigns an interrupt handler to an unused * MSI interrupt and returns the descriptor used to trigger |