diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-02-13 10:47:44 -0700 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-02-13 10:47:44 -0700 |
commit | 75ce2d53cef8ea964634583ba45d6323ba5be243 (patch) | |
tree | 0ba94e534bfc6ac02920570fc9bb85af73d74f51 /drivers/pci/msi.c | |
parent | 29237756477d5e777e39257d94af449fc66026c2 (diff) | |
download | linux-stable-75ce2d53cef8ea964634583ba45d6323ba5be243.tar.gz linux-stable-75ce2d53cef8ea964634583ba45d6323ba5be243.tar.bz2 linux-stable-75ce2d53cef8ea964634583ba45d6323ba5be243.zip |
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>
Diffstat (limited to 'drivers/pci/msi.c')
-rw-r--r-- | drivers/pci/msi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c index 6f0474ebe420..955ab7990c5b 100644 --- a/drivers/pci/msi.c +++ b/drivers/pci/msi.c @@ -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 |