From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752713AbbJFUZF (ORCPT ); Tue, 6 Oct 2015 16:25:05 -0400 Received: from lb2-smtp-cloud6.xs4all.net ([194.109.24.28]:39413 "EHLO lb2-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752293AbbJFUZE (ORCPT ); Tue, 6 Oct 2015 16:25:04 -0400 Message-ID: <1444163098.2417.53.camel@tiscali.nl> Subject: Re: [PATCH v2] Documentation: improve line discipline method descriptions From: Paul Bolle To: Tilman Schmidt , Greg Kroah-Hartman , Jiri Slaby Cc: Peter Hurley , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Date: Tue, 06 Oct 2015 22:24:58 +0200 In-Reply-To: <1349c282fb3642264c7c8c1478ce8a0dcdd93aef.1443569708.git.tilman@imap.cc> References: <1436901132.2679.54.camel@tiscali.nl> <1349c282fb3642264c7c8c1478ce8a0dcdd93aef.1443569708.git.tilman@imap.cc> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 (3.16.5-3.fc22) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tilman, On wo, 2015-09-30 at 01:45 +0200, Tilman Schmidt wrote: > --- a/Documentation/serial/tty.txt > +++ b/Documentation/serial/tty.txt > + Should [...] set receive_room > + in the tty_struct to the maximum amount of data > + the line discipline is willing to accept from the > + driver with a single call to receive_buf(). A lot clearer than v1! (I do assume the TTY people will shout if that sentence isn't actually correct.) Thanks for looking into this, again. Paul Bolle