From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B3C902B86 for ; Thu, 13 Oct 2016 13:10:06 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 13 Oct 2016 04:09:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,339,1473145200"; d="scan'208";a="1053264121" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.83]) ([10.237.220.83]) by fmsmga001.fm.intel.com with ESMTP; 13 Oct 2016 04:09:46 -0700 To: "Wu, Jingjing" , "Rosen, Rami" , "dev@dpdk.org" References: <1470027137-14601-1-git-send-email-rami.rosen@intel.com> <9BB6961774997848B5B42BEC655768F80E272435@SHSMSX103.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <54530035-022e-7159-35cd-fb2949158326@intel.com> Date: Thu, 13 Oct 2016 12:09:46 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F80E272435@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: Fix a typo in a comment (Fortville instead of IXGBE). X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 11:10:07 -0000 On 9/25/2016 11:03 AM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Rami Rosen >> Sent: Monday, August 1, 2016 12:52 PM >> To: dev@dpdk.org >> Cc: Rosen, Rami >> Subject: [dpdk-dev] [PATCH] net/i40e: Fix a typo in a comment (Fortville instead of IXGBE). >> >> This patch fixes a typo in a comment in i40e_ethdev.c: use Fortville instead of >> IXGBE. >> >> Signed-off-by: Rami Rosen > > Thanks! > > Acked-by: Jingjing Wu > This patch is no more valid since following commit removes the comment completely: c830cb295411 ("drivers: use PCI registration macro") dropping the patch. Thanks, ferruh