]> git.baikalelectronics.ru Git - kernel.git/commit
doc: Add missing parameter for msi_setup
authorStephen Hemminger <sthemmin@microsoft.com>
Sun, 23 Oct 2016 16:32:34 +0000 (09:32 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 26 Oct 2016 10:05:34 +0000 (12:05 +0200)
commitbd0563f2f9a0d68a8c1736ed4ee98a7e5a0fc2d6
tree15aeb0bfc15d6092a856b92e0b74b3db2a1f318d
parent71f83e9de55975751c0c82c8d8af1d67a9298d90
doc: Add missing parameter for msi_setup

commit 92ca8d20dee2 ("genirq/msi: Switch to new irq spreading")
introduced new parameter to msi_init_setup and but did not update
docbook comments. Fixes 'make htmldocs' warning.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Cc: bhelgaas@google.com
Cc: linux-pci@vger.kernel.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/pci/msi.c