Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75ce2d53 authored by Masanari Iida's avatar Masanari Iida Committed by Bjorn Helgaas
Browse files

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: ff1aa430 ("PCI/MSI: Add pci_msix_vec_count()")
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 29237756
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -966,7 +966,6 @@ EXPORT_SYMBOL(pci_disable_msi);
/**
/**
 * pci_msix_vec_count - return the number of device's MSI-X table entries
 * pci_msix_vec_count - return the number of device's MSI-X table entries
 * @dev: pointer to the pci_dev data structure of MSI-X device function
 * @dev: pointer to the pci_dev data structure of MSI-X device function

 * This function returns the number of device's MSI-X table entries and
 * This function returns the number of device's MSI-X table entries and
 * therefore the number of MSI-X vectors device is capable of sending.
 * therefore the number of MSI-X vectors device is capable of sending.
 * It returns a negative errno if the device is not capable of sending MSI-X
 * It returns a negative errno if the device is not capable of sending MSI-X