On Tue, 18 Aug 2020 16:11:35 +0100 jchap...@katalix.com wrote: > From: James Chapman <jchap...@katalix.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 <jchap...@katalix.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?