From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 7F991374C for ; Mon, 14 Nov 2016 11:29:34 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 14 Nov 2016 02:29:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,638,1473145200"; d="scan'208";a="1084891631" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga002.fm.intel.com with ESMTP; 14 Nov 2016 02:29:32 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.190]) by irsmsx105.ger.corp.intel.com ([169.254.7.177]) with mapi id 14.03.0248.002; Mon, 14 Nov 2016 10:29:32 +0000 From: "Mcnamara, John" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "olivier.matz@6wind.com" , "Zhao1, Wei" Thread-Topic: [dpdk-dev] [PATCH] lib/librte_mempool: a redundant word in comment Thread-Index: AQHSPiIC9hOHbc2G4kK6TjLWfKuh1aDYRwFw Date: Mon, 14 Nov 2016 10:29:31 +0000 Message-ID: References: <1479091635-4288-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1479091635-4288-1-git-send-email-wei.zhao1@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2IxNmEyNDctNzdhYi00MjhhLWIxMDEtMWRkNGFiYzgxYzk3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjVHQWVLZlhISUxORTVrazN4NU1tRVZcLzNSeTVxdlEwZTRYQ0VcL3VPNmxldz0ifQ== x-originating-ip: [163.33.239.180] 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: Mon, 14 Nov 2016 10:29:35 -0000 > -----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 >=20 > From: zhao wei I think you need to add your name to gitconfig file on the sending machine 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. >=20 > Fixes: 449c49b93a6b ("lib/librte_mempool: mempool: support handler > operations") >=20 > Signed-off-by: zhao wei /commnet/comment/ And same comment as before about the title. Apart from that: Acked-by: John McNamara