From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/6] librte_log: add function to retrieve log_level Date: Fri, 13 Nov 2015 11:40:09 +0000 Message-ID: <20151113114008.GA15612@bricha3-MOBL3> References: <1447397258-27233-1-git-send-email-mhall@mhcomputing.net> <1447397258-27233-2-git-send-email-mhall@mhcomputing.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Matthew Hall Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E33C99392 for ; Fri, 13 Nov 2015 12:40:12 +0100 (CET) Content-Disposition: inline In-Reply-To: <1447397258-27233-2-git-send-email-mhall@mhcomputing.net> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Nov 13, 2015 at 06:47:33AM +0000, Matthew Hall wrote: > Signed-off-by: Matthew Hall > --- > lib/librte_eal/common/include/rte_log.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_eal/common/include/rte_log.h b/lib/librte_eal/common/include/rte_log.h > index ede0dca..9dad24e 100644 > --- a/lib/librte_eal/common/include/rte_log.h > +++ b/lib/librte_eal/common/include/rte_log.h > @@ -131,6 +131,7 @@ void rte_set_log_level(uint32_t level); > > /** > * Get the global log level. > + * > */ > uint32_t rte_get_log_level(void); > > -- > 1.9.1 > I don't think this patch is necessary, as all it adds is a single extra line to a comment. /Bruce