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 397FFA0679 for ; Fri, 5 Apr 2019 10:00:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3F11E1B46D; Fri, 5 Apr 2019 10:00:11 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 94D771B457; Fri, 5 Apr 2019 10:00:10 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 20FA720A0D; Fri, 5 Apr 2019 04:00:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 05 Apr 2019 04:00: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=g4HTp6OhBxnqC2pdugY0DsS3QpIHkEOdX87P4aVMegs=; b=nSFss2e0/kq8 CDmGvbNYikoP/q4bqoNmus3bu78l2DE7s4xKb2tA/t891QgmeKGuh9c7T28kq/Rv xi2rJGjreSLko99CUtK2T1zACoezf80a+PpeA67MAVYQZE8cGDtPC+OI7cgIPV3u YOsvHyeYWvAUWwthWnFB/vFL5/9iXuQ= 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=g4HTp6OhBxnqC2pdugY0DsS3QpIHkEOdX87P4aVMe gs=; b=5cPmlfzLBrjaOS26mY7ITdJzR0AVF7GVrx9Kjsal1GlK0XaDOljnoQs+l LXM+kZbwq5z570ZRhMpAUzkkWEbvbrEbakuXAdas2K44HqupPU9Sh3Yj+576dhEj xTPyCdE21IyEY1hq+kGpdS4OxSkKx9frruLcdTlmTO+/nNSFpT9tO4IiDYdqx+K4 rPaP5HLJiZ3qF9eeBb7PpKb+oF/b0RSmcNfXVPMvUxjtnTK/7jyGqqnLNoOVlfZm wTdrvujPDl9EzHseEh3Bj4wNpjlondP8JLwHNGN68k19C+gRz170YE7yxxODypZ0 MhNuWVlZCj0uPlM94c6rw4oY0aQBg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdeigdduvdefucdltddurdeguddtrddttd dmucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfv pdfurfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpih gvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfhgggfgtsehtufertddttddv necuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjh grlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghm pehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhush htvghrufhiiigvpedu 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 8A0DAE4122; Fri, 5 Apr 2019 04:00:08 -0400 (EDT) From: Thomas Monjalon To: Rami Rosen Cc: dev@dpdk.org, "Kovacevic, Marko" , "Mcnamara, John" , "Richardson, Bruce" , stable@dpdk.org Date: Fri, 05 Apr 2019 10:00:07 +0200 Message-ID: <17666404.YfJZCyhE4K@xps> In-Reply-To: <6DC05C7C5F25994B81B3F2F214251F66020A7FA8@IRSMSX104.ger.corp.intel.com> References: <20190315091900.18996-1-ramirose@gmail.com> <6DC05C7C5F25994B81B3F2F214251F66020A7FA8@IRSMSX104.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH ] doc: fix two typos in contributing guide 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" Message-ID: <20190405080007.JCfdKtyoz2lPNFY3WjYrs2GbucYAChL4xOKaOscgY-U@z> 15/03/2019 11:39, Kovacevic, Marko: > > This patch fixes two typos in the coding style part of DPDK contributing guide: > > > > - The header entry should have .h file instead of .c file. > > - The will->This will > > > > Fixes: 44a6dface13b ("doc: describe how to add new components") +Cc: stable@dpdk.org > > Signed-off-by: Rami Rosen > > Acked-by: Marko Kovacevic Applied, thanks