From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CDF642BD1 for ; Tue, 15 Nov 2016 07:56:29 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP; 14 Nov 2016 22:56:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,641,1473145200"; d="scan'208";a="31395515" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by fmsmga006.fm.intel.com with ESMTP; 14 Nov 2016 22:56:27 -0800 Received: from pgsmsx109.gar.corp.intel.com (10.221.44.109) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 15 Nov 2016 14:54:44 +0800 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.194]) by PGSMSX109.gar.corp.intel.com ([10.221.44.109]) with mapi id 14.03.0248.002; Tue, 15 Nov 2016 14:54:44 +0800 From: "Zhao1, Wei" To: "Mcnamara, John" , "dev@dpdk.org" CC: "olivier.matz@6wind.com" Thread-Topic: [dpdk-dev] [PATCH] lib/librte_mempool: a redundant word in comment Thread-Index: AQHSPiHoD69DUfjcOUSoiTTrCZ4+OKDXwZiAgAHcKvA= Date: Tue, 15 Nov 2016 06:54:44 +0000 Message-ID: References: <1479091635-4288-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2IxNmEyNDctNzdhYi00MjhhLWIxMDEtMWRkNGFiYzgxYzk3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjVHQWVLZlhISUxORTVrazN4NU1tRVZcLzNSeTVxdlEwZTRYQ0VcL3VPNmxldz0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [172.30.20.205] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] lib/librte_mempool: a redundant word in comment X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 06:56:30 -0000 Hi, john > -----Original Message----- > From: Mcnamara, John > Sent: Monday, November 14, 2016 6:30 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: olivier.matz@6wind.com; Zhao1, Wei > Subject: RE: [dpdk-dev] [PATCH] lib/librte_mempool: a redundant word in > comment >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wei Zhao > > Sent: Monday, November 14, 2016 2:47 AM > > To: dev@dpdk.org > > Cc: olivier.matz@6wind.com; Zhao1, Wei > > Subject: [dpdk-dev] [PATCH] lib/librte_mempool: a redundant word in > > comment > > > > From: zhao wei >=20 > I think you need to add your name to gitconfig file on the sending machin= e to > avoid this "From:" >=20 > > > > There is a redundant repetition word "for" in commnet line the file > > rte_mempool.h after the definition of RTE_MEMPOOL_OPS_NAMESIZE. > > The word "for"appear twice in line 359 and 360.One of them is > > redundant, so delete it. > > > > Fixes: 449c49b93a6b ("lib/librte_mempool: mempool: support handler > > operations") > > > > Signed-off-by: zhao wei >=20 > /commnet/comment/ >=20 > And same comment as before about the title. Apart from that: >=20 > Acked-by: John McNamara >=20 >=20 Thank you for your suggestion, I will change as your comment in following = patch!