Re: [PATCH net-next v2] Documentation/networking: update l2tp docs

2020-08-19 Thread David Miller
From: jchap...@katalix.com Date: Wed, 19 Aug 2020 10:20:32 +0100 > From: James Chapman > > 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

[PATCH net-next v2] Documentation/networking: update l2tp docs

2020-08-19 Thread jchapman
From: James Chapman 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. Changes in v2: - fix checkpatch w