From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: aquantia: fix aq_ndev_start_xmit()'s return type Date: Tue, 24 Apr 2018 10:42:50 -0400 (EDT) Message-ID: <20180424.104250.1411072442966778574.davem@davemloft.net> References: <20180424131623.3505-1-luc.vanoostenryck@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, igor.russkikh@aquantia.com, netdev@vger.kernel.org To: luc.vanoostenryck@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:35160 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750815AbeDXOmw (ORCPT ); Tue, 24 Apr 2018 10:42:52 -0400 In-Reply-To: <20180424131623.3505-1-luc.vanoostenryck@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Luc please don't submit such a huge number of patches all at one time. Also, please fix the indentation of the functions whose arguments span multiple lines as has been pointed out to you in patch feedback. Finally, make this a true patch series. It is so much easier for maintainers to work with a set of changes all doing the same thing if you make them a proper patch series with an appropriate "[PATCH 0/N] ..." header posting. Thank you.