Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754819AbdGSXPV (ORCPT ); Wed, 19 Jul 2017 19:15:21 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:48768 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932120AbdGSXNT (ORCPT ); Wed, 19 Jul 2017 19:13:19 -0400 Date: Wed, 19 Jul 2017 16:13:16 -0700 (PDT) Message-Id: <20170719.161316.2138496537830668352.davem@davemloft.net> To: aviad.krawczyk@huawei.com Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, bc.y@huawei.com, victor.gissin@huawei.com, zhaochen6@huawei.com, tony.qu@huawei.com Subject: Re: [PATCH V2 net-next 12/21] net-next/hinic: Add qp resources From: David Miller In-Reply-To: <493b105a36b5ddcf3570ed165aedfb4d6517ee6e.1500454998.git.aviad.krawczyk@huawei.com> References: <493b105a36b5ddcf3570ed165aedfb4d6517ee6e.1500454998.git.aviad.krawczyk@huawei.com> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 19 Jul 2017 16:13:19 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 866 Lines: 20 From: Aviad Krawczyk Date: Wed, 19 Jul 2017 17:19:10 +0800 > diff --git a/drivers/net/ethernet/huawei/hinic/Makefile b/drivers/net/ethernet/huawei/hinic/Makefile > index 519382b..24728f0 100644 > --- a/drivers/net/ethernet/huawei/hinic/Makefile > +++ b/drivers/net/ethernet/huawei/hinic/Makefile > @@ -1,5 +1,5 @@ > obj-$(CONFIG_HINIC) += hinic.o > > hinic-y := hinic_main.o hinic_tx.o hinic_rx.o hinic_port.o hinic_hw_dev.o \ > - hinic_hw_io.o hinic_hw_wq.o hinic_hw_mgmt.o hinic_hw_api_cmd.o \ > - hinic_hw_eqs.o hinic_hw_if.o > \ No newline at end of file > + hinic_hw_io.o hinic_hw_qp.o hinic_hw_wq.o hinic_hw_mgmt.o \ > + hinic_hw_api_cmd.o hinic_hw_eqs.o hinic_hw_if.o > \ No newline at end of file Please add the missing newline to the end of this Makefile so that these patches don't keep emitting this message.