From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tobin C. Harding" Subject: Re: [PATCH RESEND net-next] docs: net: Convert tcp.txt to RST format Date: Wed, 12 Sep 2018 08:25:55 +1000 Message-ID: <20180911222555.GD3854@eros> References: <20180911071324.11199-1-me@tobin.cc> <7f50abcd-f2fa-c043-9e5b-8e5ca89c52a1@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , Eric Dumazet , netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org To: Eric Dumazet Return-path: Content-Disposition: inline In-Reply-To: <7f50abcd-f2fa-c043-9e5b-8e5ca89c52a1@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, Sep 11, 2018 at 03:30:19AM -0700, Eric Dumazet wrote: > > > On 09/11/2018 12:13 AM, Tobin C. Harding wrote: > > Restructured text is the kernel documentation format of choice now. > > Some text from tcp.txt is out of date, specifically the function > > tcp_write() does not appear to be in the tree anymore. Also the > > following data members have been removed > > > > sk->tcp_pend_event > > sk->transmit_queue > > sk->transmit_new > > sk->transmit_end > > sk->tcp_last_tx_ack > > sk->tcp_dup_ack > > > > Remove section 'How the new TCP output machine [nyi] works'. This > > leaves only a single section so we can name the document with that > > section heading now. > > > > Convert tcp.txt to RST format. Add GPLv2 SPDX tag. > > > > Signed-off-by: Tobin C. Harding > > > > I dunno, this 'doc' is probably useless and should be deleted. Cool! The best type of patch - line removal only. I'll put it in. thanks, Tobin.