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

PCI/MSI: Fix pci_msix_vec_count() htmldocs failure

An empty line in msi.c caused "make htmldocs" failure:

Warning(/home/iida/Repo/linux-next//drivers/pci/msi.c:962): bad line:

Fixes: ff1aa430a2fa ("PCI/MSI: Add pci_msix_vec_count()")
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

authored by

Masanari Iida and committed by
Bjorn Helgaas
75ce2d53 29237756

-1
-1
drivers/pci/msi.c
··· 966 966 /** 967 967 * pci_msix_vec_count - return the number of device's MSI-X table entries 968 968 * @dev: pointer to the pci_dev data structure of MSI-X device function 969 - 970 969 * This function returns the number of device's MSI-X table entries and 971 970 * therefore the number of MSI-X vectors device is capable of sending. 972 971 * It returns a negative errno if the device is not capable of sending MSI-X