Skip to content

Commit 75ce2d5

Browse files
standby24x7bjorn-helgaas
authored andcommitted
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: ff1aa43 ("PCI/MSI: Add pci_msix_vec_count()") Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent 2923775 commit 75ce2d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pci/msi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,6 @@ EXPORT_SYMBOL(pci_disable_msi);
966966
/**
967967
* pci_msix_vec_count - return the number of device's MSI-X table entries
968968
* @dev: pointer to the pci_dev data structure of MSI-X device function
969-
970969
* This function returns the number of device's MSI-X table entries and
971970
* therefore the number of MSI-X vectors device is capable of sending.
972971
* It returns a negative errno if the device is not capable of sending MSI-X

0 commit comments

Comments
 (0)