From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=58BlBXiCCkzwdXtzuOHRAzJ6p1FDtGiYIa0JtmqsXDI=; b=qnGoFQUNFhsyyN7rJ1C7LvWlVQ0rVKx0mG0eSK5GDKnIHXCJGcyQaMrIQJrLqYo/4r 4WcLvqoGr5Of5znQXbvDnDzq+Vm04K8plyB2XqipKItPTR9X9H0M/VoexMvUjvQh+W2a CQB6DhZbBG7PsVQXH9jcL8QpE2nzTvJyXVggD0NVoL7hmIU1+vmYhQLLx0glec5h1qyG 9Dy2ef+eE1UH/QL/knXbA1KyoPQTdjqeMK4aGo0EIDMtP8VjQVb2/IDtbmVqd+sNDgEg iaCBTbDTfNjLQHtnQX5T4ER8xUnhgTANerFG1DoambRPC+krTLD7JBX+996aYSBp5R7w wAgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=58BlBXiCCkzwdXtzuOHRAzJ6p1FDtGiYIa0JtmqsXDI=; b=StiUotys5oA0Vodh7HCfxuoubPioAjzzZqcOoOCxWW0lw6KlEG09zFruRVpkSDVkHw +tv1K7uI03QxbAL1W7WwAzo4X2t9prbQoFUV0TaChQaJSanEGON2PAAi/qHiFcgrszcZ X3/pVOpIlPzo4ULFVTRGIhRswxuQg5g9qvD3jhaz68Zp1bvn5DyDV+dZf8I2SDeYPkaM 3wlMiy+MKfrJ233PGWzPUvsKS/4NUPNyroIQ20aj/Tr4kD6mFDwctdk1x3WevX555wiY RyA+XriczDyCMfjLHPj4d2f6REx/2666dCDNb57oJmdvRv6n2HypaSRvp6F2PKV1kZr9 bsMA== X-Gm-Message-State: AKaTC02chkAE2dDRwNKPBZv8Y2/2P2R40wBZOTdl2s8aJ9lLITNRmSpZWl3OGWuMre0N1vhh X-Received: by 10.28.12.84 with SMTP id 81mr3017909wmm.51.1481033911468; Tue, 06 Dec 2016 06:18:31 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id x140sm4235829wme.19.2016.12.06.06.18.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 06 Dec 2016 06:18:30 -0800 (PST) From: Thomas Monjalon To: Wei Zhao Cc: dev@dpdk.org, olivier.matz@6wind.com Date: Tue, 06 Dec 2016 15:18:29 +0100 Message-ID: <740517701.PHvLa0feJt@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1480909200-34647-1-git-send-email-wei.zhao1@intel.com> References: <1480909200-34647-1-git-send-email-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] mempool: remove a redundant word "for" in comment X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 14:18:32 -0000 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