From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v2] mempool: remove a redundant word "for" in comment Date: Mon, 28 Nov 2016 09:42:12 +0100 Message-ID: <20161128094212.135ce16c@platinum> References: <1480214627-27666-1-git-send-email-wei.zhao1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Wei Zhao Return-path: Received: from mail-wj0-f181.google.com (mail-wj0-f181.google.com [209.85.210.181]) by dpdk.org (Postfix) with ESMTP id 717582A5D for ; Mon, 28 Nov 2016 09:42:20 +0100 (CET) Received: by mail-wj0-f181.google.com with SMTP id mp19so109067365wjc.1 for ; Mon, 28 Nov 2016 00:42:20 -0800 (PST) In-Reply-To: <1480214627-27666-1-git-send-email-wei.zhao1@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Wenzhuo, On Sun, 27 Nov 2016 10:43:47 +0800 Wei Zhao wrote: > From: zhao wei > > There is a redundant repetition word "for" in commnet line of 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 (" mempool: support handler operations") > Signed-off-by: zhao wei > Acked-by: John McNamara Acked-by: Olivier Matz