Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pci: fix new kernel-doc warning in pci.c

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 <rdunlap@xenotime.net>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Randy Dunlap and committed by
Linus Torvalds
47c08f31 bed8cad9

+1 -1
+1 -1
drivers/pci/pci.c
··· 3250 3250 /** 3251 3251 * pcie_set_mps - set PCI Express maximum payload size 3252 3252 * @dev: PCI device to query 3253 - * @rq: maximum payload size in bytes 3253 + * @mps: maximum payload size in bytes 3254 3254 * valid values are 128, 256, 512, 1024, 2048, 4096 3255 3255 * 3256 3256 * If possible sets maximum payload size