lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 29 Jan 2014 13:54:11 -0700
From:	Bjorn Helgaas <bhelgaas@...gle.com>
To:	Masanari Iida <standby24x7@...il.com>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Jiri Kosina <trivial@...nel.org>,
	"linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>,
	Alexander Gordeev <agordeev@...hat.com>
Subject: Re: [PATCH][trivial] pci: Fix make htmldocs failure caused by msi.c

On Mon, Jan 20, 2014 at 8:42 AM, Masanari Iida <standby24x7@...il.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@...il.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
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ