On Fri, 8 Sep 2017 22:50:54 +0800 Xueming Li <xuemi...@mellanox.com> 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.