On Fri, Nov 13, 2015 at 06:47:33AM +0000, Matthew Hall wrote: > Signed-off-by: Matthew Hall <mhall at mhcomputing.net> > --- > 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