Thanks, updated in v3.
> -----Original Message----- > From: Stephen Hemminger [mailto:[email protected]] > Sent: Saturday, September 9, 2017 12:04 AM > To: Xueming(Steven) Li <[email protected]> > Cc: Sergio Gonzalez Monroy <[email protected]>; > [email protected] > Subject: Re: [dpdk-dev] [PATCH v2 1/2] eal/malloc: fix RTE malloc debug macro > > On Fri, 8 Sep 2017 22:50:54 +0800 > Xueming Li <[email protected]> wrote: > > > - printf("rte_zmalloc didn't zero" > > + printf("rte_zmalloc didn't zero " > > "the allocated memory\n"); > > Please don't break error messages onto two lines. > It makes it harder to use tools like grep and google searches to find where > message is located. > > Checkpatch and other tools make an exception for long lines in quoted strings.

