From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C2C932B92 for ; Tue, 7 Nov 2017 01:50:19 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 69DE3208D8; Mon, 6 Nov 2017 19:50:19 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 06 Nov 2017 19:50:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=D/OZeq1pKIiGQrTzYEbTZBHpCQ ipPahGJaPTGBq+NUY=; b=erG7zRmz7JtJ6XOTMSHHpVAMSHRx2iZzRtl6ZNj846 WqCPFWgxE5KiL3XAMKO5r+ewOH0YrAr2l7LGCuiZvfUw7gAmS5ycp60xO7YzdU+z EGjxcG/ujy8wqAXVht6WigW1gYIzuuXdKWjHvINuTe9D49BFOGTuPB+1P39IF7h1 c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=D/OZeq 1pKIiGQrTzYEbTZBHpCQipPahGJaPTGBq+NUY=; b=d+E6+Ps2q5wQ+UexKSWchG xZfjw5MeCFa/OAMn1sD1s+UwyE1fla0WFqkicBMF70Wz/wGkgEdeRMtixVc8YeCu +BTIA4B8+jMFE/RoINUtrpQUpBcuKzC+2qrV5D7PxoMTxIYA2VlqknQmrGthDFMv 6P3ZTeOKF0zcr3b4REZm3VU0x64s6wvlciN6bOfe012jzXfX4Jeo0W65o0nXt+LP 9wVdVynkVpY32hAhbAR0yxF2k6U+EgzwwKeG2effRcV5+P2jjESsq7BHGYrGSNvs pherMW6l7LktRT7sllVjM51ISu2LVoeFu731E0SgZvM70qAm6bEPytNx/L7gb40A == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2E3B37F8DC for ; Mon, 6 Nov 2017 19:50:19 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 07 Nov 2017 01:50:18 +0100 Message-ID: <4010125.PK5MRME1QC@xps> In-Reply-To: <20171102193056.3771-1-thomas@monjalon.net> References: <20171102193056.3771-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] lib: fix some typos 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, 07 Nov 2017 00:50:20 -0000 02/11/2017 20:30, Thomas Monjalon: > Signed-off-by: Thomas Monjalon > --- > lib/librte_eal/common/include/arch/arm/rte_vect.h | 2 +- > lib/librte_eventdev/rte_event_eth_rx_adapter.c | 2 +- > lib/librte_eventdev/rte_eventdev_pmd.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Applied