From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753453AbdKFN6F (ORCPT ); Mon, 6 Nov 2017 08:58:05 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:53837 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753439AbdKFN6A (ORCPT ); Mon, 6 Nov 2017 08:58:00 -0500 X-Google-Smtp-Source: ABhQp+TKKTBYTgsAm5kfFDD4tYoJXyz9Qk+wN9xI4fWVG1m5TBVydNinkSK0fxsdXF5wmEOKX9nRFw== Date: Mon, 6 Nov 2017 14:57:58 +0100 From: Johan Hovold To: Sebastian Reichel Cc: Johan Hovold , Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH] tty: fix tty_ldisc_receive_buf() documentation Message-ID: <20171106135758.GE11226@localhost> References: <20171103141805.20292-1-johan@kernel.org> <20171106133944.2vkbbpl2tokhsabq@earth> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171106133944.2vkbbpl2tokhsabq@earth> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 06, 2017 at 02:39:44PM +0100, Sebastian Reichel wrote: > Hi, > > On Fri, Nov 03, 2017 at 03:18:05PM +0100, Johan Hovold wrote: > > The tty_ldisc_receive_buf() helper returns the number of bytes > > processed so drop the bogus "not" from the kernel doc comment. > > > > Fixes: 8d082cd300ab ("tty: Unify receive_buf() code paths") > > Signed-off-by: Johan Hovold > > --- > > Reviewed-by: Sebastian Reichel Thanks for the review. Greg already picked this one up for next though. Johan