diff options
Diffstat (limited to 'drivers/message/i2o/pci.c')
-rw-r--r-- | drivers/message/i2o/pci.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/message/i2o/pci.c b/drivers/message/i2o/pci.c index 8287f95c8c42..3661e6e065d2 100644 --- a/drivers/message/i2o/pci.c +++ b/drivers/message/i2o/pci.c | |||
@@ -259,6 +259,7 @@ static irqreturn_t i2o_pci_interrupt(int irq, void *dev_id) | |||
259 | 259 | ||
260 | /** | 260 | /** |
261 | * i2o_pci_irq_enable - Allocate interrupt for I2O controller | 261 | * i2o_pci_irq_enable - Allocate interrupt for I2O controller |
262 | * @c: i2o_controller that the request is for | ||
262 | * | 263 | * |
263 | * Allocate an interrupt for the I2O controller, and activate interrupts | 264 | * Allocate an interrupt for the I2O controller, and activate interrupts |
264 | * on the I2O controller. | 265 | * on the I2O controller. |
@@ -305,7 +306,7 @@ static void i2o_pci_irq_disable(struct i2o_controller *c) | |||
305 | 306 | ||
306 | /** | 307 | /** |
307 | * i2o_pci_probe - Probe the PCI device for an I2O controller | 308 | * i2o_pci_probe - Probe the PCI device for an I2O controller |
308 | * @dev: PCI device to test | 309 | * @pdev: PCI device to test |
309 | * @id: id which matched with the PCI device id table | 310 | * @id: id which matched with the PCI device id table |
310 | * | 311 | * |
311 | * Probe the PCI device for any device which is a memory of the | 312 | * Probe the PCI device for any device which is a memory of the |
@@ -447,7 +448,7 @@ static int __devinit i2o_pci_probe(struct pci_dev *pdev, | |||
447 | 448 | ||
448 | /** | 449 | /** |
449 | * i2o_pci_remove - Removes a I2O controller from the system | 450 | * i2o_pci_remove - Removes a I2O controller from the system |
450 | * pdev: I2O controller which should be removed | 451 | * @pdev: I2O controller which should be removed |
451 | * | 452 | * |
452 | * Reset the I2O controller, disable interrupts and remove all allocated | 453 | * Reset the I2O controller, disable interrupts and remove all allocated |
453 | * resources. | 454 | * resources. |