diff mbox

PCI-IOV: fix missing kernel-doc

Message ID 20090401174530.b373a6ba.randy.dunlap@oracle.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Randy Dunlap April 2, 2009, 12:45 a.m. UTC
From: Randy Dunlap <randy.dunlap@oracle.com>

Fix PCI iov kernel-doc warning:

Warning(drivers/pci/iov.c:638): No description found for parameter 'nr_virtfn'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 drivers/pci/iov.c |    1 +
 1 file changed, 1 insertion(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Jesse Barnes April 6, 2009, 6:46 p.m. UTC | #1
On Wed, 1 Apr 2009 17:45:30 -0700
Randy Dunlap <randy.dunlap@oracle.com> wrote:

> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> Fix PCI iov kernel-doc warning:
> 
> Warning(drivers/pci/iov.c:638): No description found for parameter
> 'nr_virtfn'

Applied, thanks Randy.
diff mbox

Patch

--- lnxsnap.orig/drivers/pci/iov.c
+++ lnxsnap/drivers/pci/iov.c
@@ -631,6 +631,7 @@  int pci_iov_bus_range(struct pci_bus *bu
 /**
  * pci_enable_sriov - enable the SR-IOV capability
  * @dev: the PCI device
+ * @nr_virtfn: number of virtual functions to enable
  *
  * Returns 0 on success, or negative on failure.
  */