From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal:missing newline on RTE_LOG msg Date: Wed, 19 Dec 2018 23:53:01 +0100 Message-ID: <1714066.D894jjy4JS@xps> References: <20181216230103.96422-1-keith.wiles@intel.com> <20181217092535.jzp6icioklwxzlta@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, =?ISO-8859-1?Q?Ga=EBtan?= Rivet To: Keith Wiles Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8BE5910BD for ; Wed, 19 Dec 2018 23:53:05 +0100 (CET) In-Reply-To: <20181217092535.jzp6icioklwxzlta@bidouze.vm.6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/12/2018 10:25, Ga=EBtan Rivet: > Hi Keith, >=20 > On Sun, Dec 16, 2018 at 05:01:03PM -0600, Keith Wiles wrote: > > Add a missing newline to a RTE_LOG message. > >=20 >=20 > I think it might interest stable@dpdk.org, and you might as well include > a fixline reference. Fixes: 2395332798d0 ("eal: add option register infrastructure") Cc: stable@dpdk.org > > Signed-off-by: Keith Wiles Applied, thanks