Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753064AbaKGVtJ (ORCPT ); Fri, 7 Nov 2014 16:49:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54063 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752952AbaKGVtH (ORCPT ); Fri, 7 Nov 2014 16:49:07 -0500 Date: Fri, 07 Nov 2014 16:48:59 -0500 (EST) Message-Id: <20141107.164859.951682597018909290.davem@redhat.com> To: viro@ZenIV.linux.org.uk Cc: herbert@gondor.apana.org.au, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, bcrl@kvack.org Subject: Re: [PATCH 1/4] inet: Add skb_copy_datagram_iter From: David Miller In-Reply-To: <20141106032533.GU7996@ZenIV.linux.org.uk> References: <20141105210745.GT7996@ZenIV.linux.org.uk> <20141105.165719.835728206041332333.davem@davemloft.net> <20141106032533.GU7996@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Al Viro Date: Thu, 6 Nov 2014 03:25:34 +0000 > OK, I've taken the beginning of the old queue on top of net-next; it's > in git://git.kernel.org//pub/scm/linux/kernel/git/viro/vfs.git iov_iter-net. What I see in there looks good. I wonder if we can somehow make msghdr pointer args const... but this is not so important now. Some minor coding style nits, comments: /* Like * this. */ and for multi-line function calls in the networking, align the second and subsequent lines at the first column after the openning parenthesis of the first line. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/