]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI/MSI: Fix pci_msix_vec_count() htmldocs failure
authorMasanari Iida <standby24x7@gmail.com>
Thu, 13 Feb 2014 17:47:44 +0000 (10:47 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 13 Feb 2014 17:47:44 +0000 (10:47 -0700)
commit75ce2d53cef8ea964634583ba45d6323ba5be243
tree0ba94e534bfc6ac02920570fc9bb85af73d74f51
parent29237756477d5e777e39257d94af449fc66026c2
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>
drivers/pci/msi.c