From mboxrd@z Thu Jan 1 00:00:00 1970 From: YueHaibing Subject: Re: [PATCH net-next] net: fix return type of ndo_start_xmit function Date: Tue, 18 Sep 2018 09:30:56 +0800 Message-ID: <59b2a729-b30b-e73e-1869-703edf2770d7@huawei.com> References: <20180915081906.23816-1-yuehaibing@huawei.com> <20180917.080945.1667529660601929619.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Cc: , , To: David Miller Return-path: In-Reply-To: <20180917.080945.1667529660601929619.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 2018/9/17 23:09, David Miller wrote: > > Please don't do this. > > The hard part of fixing this is not what you are doing, changing the > return type. > > The hard part is fixing each and every function to actually return > values which are members of the netdev_tx_t enumeration. > > Please fix each and every function properly. Ok, I will do it, thank you for review. > > Thank you. > > . >