From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D2760A0471 for ; Tue, 16 Jul 2019 13:07:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AC8942C6A; Tue, 16 Jul 2019 13:07:12 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id E38962BF4 for ; Tue, 16 Jul 2019 13:07:10 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 02D9550E; Tue, 16 Jul 2019 07:07:09 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 16 Jul 2019 07:07:10 -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=Ti3olOb+CTe+Viy5d0mE0sAvtXvtGuVnk/EetPyLb4Q=; b=BHDQUfzP3Nfh eggxOEFzotoO+Y6bIVGImJbQA8bGs3HKZB+EzLzxZWOTNbciYLLw/A9jjOg9yZkE V7BLxwVR7HfAHWpLc0Xrl3UWfmsIrYGObACI4sV2lkNEjoENOgB9jgwp77iqsSeb W4RA962/mHnWMK47pFywiO2pJKfq28w= 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=fm3; bh=Ti3olOb+CTe+Viy5d0mE0sAvtXvtGuVnk/EetPyLb 4Q=; b=QDzu16+9wAJRc6dypYIqBzj3uyx63EfwS2aPb+jmcRcv1W6Te0HWcQGEA nqwGiNbqMeuxHh9Bqopc32tok18QuVlpWlIiS1MkYeCHOfH1ZBoXOYrPMg0BnkZY IzOGHzqE1FtAYyucVavl4NNWXuYPqMtlc9qcEx7McDTY9/J9AMoiK7WsunjfHYYc GH6g30ntCsFGtkAF26rvNcgGAbRnKFMDfemrdNwoNClKpFD7z77X+Xv756zSTG1m 48MbUqB1kk75F8lGlVwNTet+USLiaWfvlAR8E0RVijoUk2/jorFYAeqFs/tU3yGB ZL294qxQhk6mCzbbHpA+hyBcuKajg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddriedtgdefkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 E1EC3380083; Tue, 16 Jul 2019 07:07:08 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Tue, 16 Jul 2019 13:07:07 +0200 Message-ID: <9006954.cUiHIlsqgh@xps> In-Reply-To: <20190701182536.20110-1-stephen@networkplumber.org> References: <20190701182536.20110-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 00/30] fix spelling errors in comments and messages 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/07/2019 20:25, Stephen Hemminger: > Ran the codespell tool against the lib and examples. > Lots of little repeated errors fixed. Please could you send a v2 addresing comments? I think it can be only all squashed in one patch.