From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 561ED1B592 for ; Mon, 17 Dec 2018 10:25:58 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id l9so11431592wrt.13 for ; Mon, 17 Dec 2018 01:25:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=T2t6eyOEOc26MCsGj2F6NidMcQL2a6LTtYrpKuSPCXs=; b=bKgkqe0Z/LA7Pw7iP8jxo/k3mabu7lLHep4U0QKtVn/ASKmSzI9KnCP5lN8HeDEL1L hdYbG+2GZCzGBUXoMEicBklUxnBTMPxIk6bV566VG0OPsETAO1Jl4Nzc/cwS18jWfJ9y iWUb5hH5/XI9+2gI0izxOvByOoDLGNRoDzQ3TovxxYEK5j+O/fsUfPaGiGFBW4kC+EuA IYrGVndv5u2VthZBdgV45GBc6bRaLyk2eHDn7g9mFDV8JaOAogT2UTYTj34rg2fcl5ue XXBVs5nMmkz9GKUK7wbke98K+oFR88HyOukH4DphtbM+xGuE3AV+ofF9TEt7PuvcAfpm 9pYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=T2t6eyOEOc26MCsGj2F6NidMcQL2a6LTtYrpKuSPCXs=; b=IyJsbjGzgc8TdqaEd0P1EkEqyQrUj/aZ1VPy8i4+ZFpLfLvxPZ0SaNtuBxSzN2ewuv +s3gTCF0ulIw8IpoKdphxL7sNIpyv+WUNIjeoVpUpyreMXchIP6auWstJTF3kXF8gDKZ kMQ3qvfSpC9ZZ4pW6F8ACbm0lGiAXifhinyrsHhmbf7RjBoZc569NoW2vfO2Izpc3i6C fUk+hX0KjN4N/Tq5DL9MZ3g+Y3uigYZcCwk4JEd6pvq9oU1l70wL+Bj4JAR1BhpBMQhy PwvLV+I60TDapixGMD8caUSK5CjkqAIutB4u+rqnlpkn9glTtz3i5q74L5GKFvvJlvJd MIYQ== X-Gm-Message-State: AA+aEWbKfbJUyDQAWIf2Be04Cl5RW6nKeZP+p6cZEpgoEJLPlNgJR+IK 6n6Cm7YVm25Wf5qq6tFISkbzOizYzY8= X-Google-Smtp-Source: AFSGD/VlQeyHMWx/uh3uWmhge5jqdsYkCUfHd1IUshCgW+qbzVCt2m2cICvgJFbNd2Hy1J4f6oilww== X-Received: by 2002:adf:f807:: with SMTP id s7mr10636732wrp.173.1545038757350; Mon, 17 Dec 2018 01:25:57 -0800 (PST) Received: from bidouze.vm.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id n127sm12049144wmd.20.2018.12.17.01.25.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 17 Dec 2018 01:25:56 -0800 (PST) Date: Mon, 17 Dec 2018 10:25:35 +0100 From: =?iso-8859-1?Q?Ga=EBtan?= Rivet To: Keith Wiles Cc: dev@dpdk.org Message-ID: <20181217092535.jzp6icioklwxzlta@bidouze.vm.6wind.com> References: <20181216230103.96422-1-keith.wiles@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20181216230103.96422-1-keith.wiles@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH] eal:missing newline on RTE_LOG msg 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, 17 Dec 2018 09:25:58 -0000 Hi Keith, On Sun, Dec 16, 2018 at 05:01:03PM -0600, Keith Wiles wrote: > Add a missing newline to a RTE_LOG message. > I think it might interest stable@dpdk.org, and you might as well include a fixline reference. > Signed-off-by: Keith Wiles > --- > lib/librte_eal/common/rte_option.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/librte_eal/common/rte_option.c b/lib/librte_eal/common/rte_option.c > index 02d59a869..7605190c3 100644 > --- a/lib/librte_eal/common/rte_option.c > +++ b/lib/librte_eal/common/rte_option.c > @@ -36,7 +36,7 @@ rte_option_register(struct rte_option *opt) > { > TAILQ_FOREACH(option, &rte_option_list, next) { > if (strcmp(opt->opt_str, option->opt_str) == 0) > - RTE_LOG(INFO, EAL, "Option %s has already been registered.", > + RTE_LOG(INFO, EAL, "Option %s has already been registered.\n", > opt->opt_str); > return; > } > -- > 2.17.1 > -- Gaëtan Rivet 6WIND