aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/htirq.c
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2009-04-10 15:17:50 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-04-22 14:49:33 -0700
commitcffb2fafb726c898fec1c5ae33717741f94fda83 (patch)
treeeba298bb6cdd5b4dce0d5ebc0598f3b2b3f378ed /drivers/pci/htirq.c
parentPCI: cleanup debug output resources (diff)
downloadlinux-dev-cffb2fafb726c898fec1c5ae33717741f94fda83.tar.xz
linux-dev-cffb2fafb726c898fec1c5ae33717741f94fda83.zip
docbooks: add/fix PCI kernel-doc
Add drivers/pci/*.c source files to DocBook/kernel-api.tmpl and update those pci/*.c source files that need kernel-doc fixes. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/htirq.c')
-rw-r--r--drivers/pci/htirq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/htirq.c b/drivers/pci/htirq.c
index bf7d6ce9bbb3..6808d8333ecc 100644
--- a/drivers/pci/htirq.c
+++ b/drivers/pci/htirq.c
@@ -158,6 +158,7 @@ int ht_create_irq(struct pci_dev *dev, int idx)
/**
* ht_destroy_irq - destroy an irq created with ht_create_irq
+ * @irq: irq to be destroyed
*
* This reverses ht_create_irq removing the specified irq from
* existence. The irq should be free before this happens.