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:   Sun, 9 Jan 2022 14:08:05 -0800
From:   Jakub Kicinski <kuba@...nel.org>
To:     Randy Dunlap <rdunlap@...radead.org>
Cc:     netdev@...r.kernel.org, Stephen Rothwell <sfr@...b.auug.org.au>,
        Shay Drory <shayd@...dia.com>,
        Saeed Mahameed <saeedm@...dia.com>,
        "David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH] net/mlx5: fix devlink documentation table warning

On Sat,  8 Jan 2022 22:18:45 -0800 Randy Dunlap wrote:
> Fix a table format warning in networking/devlink/mlx5 by adding
> another column data entry:
> 
> Documentation/networking/devlink/mlx5.rst:13: WARNING: Error parsing content block for the "list-table" directive: uniform two-level bullet list expected, but row 2 does not contain the same number of items as row 1 (2 vs 3).
> 
> Fixes: 0844fa5f7b89 ("net/mlx5: Let user configure io_eq_size param")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
> Cc: Shay Drory <shayd@...dia.com>
> Cc: Saeed Mahameed <saeedm@...dia.com>
> Cc: "David S. Miller" <davem@...emloft.net>
> Cc: Jakub Kicinski <kuba@...nel.org>
> ---
>  Documentation/networking/devlink/mlx5.rst |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux-next-20220107.orig/Documentation/networking/devlink/mlx5.rst
> +++ linux-next-20220107/Documentation/networking/devlink/mlx5.rst
> @@ -17,6 +17,7 @@ Parameters
>       - Validation
>     * - ``enable_roce``
>       - driverinit
> +     - This is a boolean value (0 or 1, false or true).
>     * - ``io_eq_size``
>       - driverinit
>       - The range is between 64 and 4096.

We got:

745a13061aa0 ("Documentation: devlink: mlx5.rst: Fix htmldoc build warning")

in net-next already. Thanks, tho!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ