From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5F7DF3237 for ; Mon, 30 Jan 2017 11:35:45 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 30 Jan 2017 02:35:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,311,1477983600"; d="scan'208";a="928123732" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 30 Jan 2017 02:35:43 -0800 To: Stephen Hemminger References: <20170127174619.23585-1-ferruh.yigit@intel.com> <20170127094906.69342f55@xeon-e3> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <219a1f9c-c6e7-3d33-958b-8ccff2970d90@intel.com> Date: Mon, 30 Jan 2017 10:35:42 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170127094906.69342f55@xeon-e3> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/9] net/ixgbe: remove redundant EOL character from logs 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: Mon, 30 Jan 2017 10:35:45 -0000 On 1/27/2017 5:49 PM, Stephen Hemminger wrote: > On Fri, 27 Jan 2017 17:46:11 +0000 > Ferruh Yigit wrote: > >> Signed-off-by: Ferruh Yigit > > Thanks for fixing this. > > Acked-by: Stephen Hemminger > Applied to dpdk-next-net/master, thanks. (all squashed into single commit: "drivers/net: remove redundant EOL char from logs")