]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
PCI/MSI: Fix pci_msix_vec_count() htmldocs failure
authorMasanari Iida <standby24x7@gmail.com>
Mon, 20 Jan 2014 15:42:55 +0000 (00:42 +0900)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 4 Feb 2014 06:08:48 +0000 (22:08 -0800)
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>
drivers/pci/msi.c

index 6f0474ebe4207e3405681f5f3100de06fe15b23e..955ab7990c5bd7045f2bf896e6d4c65989176089 100644 (file)
@@ -966,7 +966,6 @@ EXPORT_SYMBOL(pci_disable_msi);
 /**
  * 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
-
  * 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.
  * It returns a negative errno if the device is not capable of sending MSI-X