* [PATCH][trivial] pci: Fix make htmldocs failure caused by msi.c
@ 2014-01-20 15:42 Masanari Iida
2014-01-29 20:54 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2014-01-20 15:42 UTC (permalink / raw)
To: linux-kernel, trivial, bhelgaas, linux-pci; +Cc: agordeev, Masanari Iida
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][trivial] pci: Fix make htmldocs failure caused by msi.c
2014-01-20 15:42 [PATCH][trivial] pci: Fix make htmldocs failure caused by msi.c Masanari Iida
@ 2014-01-29 20:54 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2014-01-29 20:54 UTC (permalink / raw)
To: Masanari Iida
Cc: linux-kernel@vger.kernel.org, Jiri Kosina,
linux-pci@vger.kernel.org, Alexander Gordeev
On Mon, Jan 20, 2014 at 8:42 AM, Masanari Iida <standby24x7@gmail.com> wrote:
> 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>
Applied to my pci/msi branch, thanks!
>
> ---
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-29 20:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 15:42 [PATCH][trivial] pci: Fix make htmldocs failure caused by msi.c Masanari Iida
2014-01-29 20:54 ` Bjorn Helgaas
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).