From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH RESEND net-next] docs: net: Convert tcp.txt to RST format Date: Tue, 11 Sep 2018 03:30:19 -0700 Message-ID: <7f50abcd-f2fa-c043-9e5b-8e5ca89c52a1@gmail.com> References: <20180911071324.11199-1-me@tobin.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Eric Dumazet , netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org To: "Tobin C. Harding" , "David S. Miller" Return-path: In-Reply-To: <20180911071324.11199-1-me@tobin.cc> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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.