linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Masanari Iida <standby24x7@gmail.com>
To: linux-kernel@vger.kernel.org, trivial@kernel.org,
	bhelgaas@google.com, linux-pci@vger.kernel.org
Cc: agordeev@redhat.com, Masanari Iida <standby24x7@gmail.com>
Subject: [PATCH][trivial] pci: Fix make htmldocs failure caused by msi.c
Date: Tue, 21 Jan 2014 00:42:55 +0900	[thread overview]
Message-ID: <1390232575-4284-1-git-send-email-standby24x7@gmail.com> (raw)

An empty line in msi.c caused "make htmldocs" failure.
Warning(/home/iida/Repo/linux-next//drivers/pci/msi.c:962): bad line:
Remove the empty line fixed the issue.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>

---
 drivers/pci/msi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c
index 7a0fec6..a9d5176 100644
--- a/drivers/pci/msi.c
+++ b/drivers/pci/msi.c
@@ -959,7 +959,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
-- 
1.9.rc0


             reply	other threads:[~2014-01-20 15:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-20 15:42 Masanari Iida [this message]
2014-01-29 20:54 ` [PATCH][trivial] pci: Fix make htmldocs failure caused by msi.c Bjorn Helgaas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1390232575-4284-1-git-send-email-standby24x7@gmail.com \
    --to=standby24x7@gmail.com \
    --cc=agordeev@redhat.com \
    --cc=bhelgaas@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).