From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 0BE5CA0679 for ; Fri, 5 Apr 2019 09:37:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EE52F1B45E; Fri, 5 Apr 2019 09:37:06 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id C5C471B45E; Fri, 5 Apr 2019 09:37:04 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 64BD424610; Fri, 5 Apr 2019 03:37:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 05 Apr 2019 03:37:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=QgZhTUjp92DJKZrLkqsMRQQxwupLbqkKXSoHIneqC3M=; b=JbfXY+Tk4x3y qyID71n/sAGqy4O0XbGPbBDpCl/wKp9BFbQCsnxCh0/9qyTpRmxwMg4I45LKFFqM rSaIMEbce4JBI4F2UVEsejW6yjA0hjolf15Ykoy3l3Mg+rahbvKqooyqfNRArchm 0gWGFw+xe2Cnqsfm9gfGrqlKK40ztA0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=QgZhTUjp92DJKZrLkqsMRQQxwupLbqkKXSoHIneqC 3M=; b=cw6ksoSP96eMx4NKa7j4ZrO4DNx0bc6zy0lEAu9T4wv9D21YJa4ZSVdXa ISBsSj/p02YxhWCFC3p7OPEis49kTC1TBTlhOtthXARlU6rivqayRXNXBtSwxCUN CuN+sSBws9KrBLsDcK7f3ACTpTpueTgj7Ddgz8fD2wXVDYFUDac3N5V6UrUo51/P t9w7HKktm+iNcdt6UaQRn5eiaT7h6fD8oasNUi2dj9bFsjSTTVr3LeNyMTuPay8e CxTrtPR1jjwFvYPyLKTS3RED9w6iGWpGfesF+Fmm1Pe3jFbFqSNsD8U6WX3B2Njz efdotRbCvn/iOlamNn+1LJuqWWfVA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdeigdduudelucdltddurdeguddtrddttd dmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfhgggfgtsehtufertddttddv necuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjh grlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghm pehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhush htvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3EE9710380; Fri, 5 Apr 2019 03:37:03 -0400 (EDT) From: Thomas Monjalon To: Dekel Peled Cc: dev@dpdk.org, orika@mellanox.com, stable@dpdk.org Date: Fri, 05 Apr 2019 09:37:01 +0200 Message-ID: <5380905.JizlT16g4b@xps> In-Reply-To: <1554116780-8142-1-git-send-email-dekelp@mellanox.com> References: <1554116780-8142-1-git-send-email-dekelp@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] eal: fix typo in comment X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 01/04/2019 13:06, Dekel Peled: > Remove redundant item 'a4' in comment. > > Fixes: 86c743cf9140 ("eal: define generic vector types") > Cc: stable@dpdk.org > > Signed-off-by: Dekel Peled Applied, thanks