From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] mempool: remove a redundant word "for" in comment Date: Tue, 06 Dec 2016 15:18:29 +0100 Message-ID: <740517701.PHvLa0feJt@xps13> References: <1480909200-34647-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, olivier.matz@6wind.com To: Wei Zhao Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id D9EEB37B8 for ; Tue, 6 Dec 2016 15:18:31 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id f82so127556902wmf.1 for ; Tue, 06 Dec 2016 06:18:31 -0800 (PST) In-Reply-To: <1480909200-34647-1-git-send-email-wei.zhao1@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-12-05 11:40, Wei Zhao: > 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: Wei Zhao > Acked-by: John McNamara > Acked-by: Olivier Matz Applied (with small typos fixed in message), thanks