]> Git Repo - linux.git/commitdiff
pci: fix new kernel-doc warning in pci.c
authorRandy Dunlap <[email protected]>
Sat, 20 Aug 2011 18:49:43 +0000 (11:49 -0700)
committerLinus Torvalds <[email protected]>
Sun, 21 Aug 2011 01:02:32 +0000 (18:02 -0700)
Fix new kernel-doc warning in pci.c:

  Warning(drivers/pci/pci.c:3259): No description found for parameter 'mps'
  Warning(drivers/pci/pci.c:3259): Excess function parameter 'rq' description in 'pcie_set_mps'

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jesse Barnes <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/pci/pci.c

index 466fad6e6ee20a7a6030e99ce40729ab21dce118..0ce67423a0a31ce1c725d5f8c52bd3811baaa253 100644 (file)
@@ -3250,7 +3250,7 @@ int pcie_get_mps(struct pci_dev *dev)
 /**
  * pcie_set_mps - set PCI Express maximum payload size
  * @dev: PCI device to query
- * @rq: maximum payload size in bytes
+ * @mps: maximum payload size in bytes
  *    valid values are 128, 256, 512, 1024, 2048, 4096
  *
  * If possible sets maximum payload size
This page took 0.047519 seconds and 4 git commands to generate.