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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 18 Aug 2020 11:57:00 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     jchapman@...alix.com
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH net-next] Documentation/networking: update l2tp docs

On Tue, 18 Aug 2020 16:11:35 +0100 jchapman@...alix.com wrote:
> From: James Chapman <jchapman@...alix.com>
> 
> Kernel documentation of L2TP has not been kept up to date and lacks
> coverage of some L2TP APIs. While addressing this, refactor to improve
> readability, separating the parts which focus on user APIs and
> internal implementation into sections.
> 
> Signed-off-by: James Chapman <jchapman@...alix.com>

Hi James, checkpatch --strict notices some trailing whitespace here:

ERROR: trailing whitespace
#301: FILE: Documentation/networking/l2tp.rst:177:
+PW_TYPE            Y        Sets the pseudowire type. $

ERROR: trailing whitespace
#348: FILE: Documentation/networking/l2tp.rst:224:
+CONN_ID            N        Identifies the tunnel id to be queried. Ignored for DUMP requests.    $

total: 2 errors, 0 warnings, 0 checks, 927 lines checked

Could you clean these up?

Powered by blists - more mailing lists