Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752043AbdGWKHx (ORCPT ); Sun, 23 Jul 2017 06:07:53 -0400 Received: from szxga02-in.huawei.com ([45.249.212.188]:10335 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750909AbdGWKHv (ORCPT ); Sun, 23 Jul 2017 06:07:51 -0400 Subject: Re: [PATCH V2 net-next 12/21] net-next/hinic: Add qp resources To: David Miller CC: , , , , , References: <493b105a36b5ddcf3570ed165aedfb4d6517ee6e.1500454998.git.aviad.krawczyk@huawei.com> <20170719.161316.2138496537830668352.davem@davemloft.net> From: Aviad Krawczyk Message-ID: Date: Sun, 23 Jul 2017 13:07:29 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170719.161316.2138496537830668352.davem@davemloft.net> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.206.50.78] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020206.59747573.005D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 6900bb3a31e2201069f18d0d8fdcd349 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1056 Lines: 32 Hi David, Strange that checkpatch.pl --strict didn't warn about it. We will fix it. Thanks for review, Aviad On 7/20/2017 2:13 AM, David Miller wrote: > 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. > > . >