Re: [dpdk-dev] [PATCH] event/sw: remove spare newline from error logs

2017-09-21 Thread Jerin Jacob
-Original Message- > Date: Mon, 18 Sep 2017 14:42:20 +0100 > From: Harry van Haaren > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com, Harry van Haaren > > Subject: [PATCH] event/sw: remove spare newline from error logs > X-Mailer: git-send-email 2.7.4 > > This commit removes extr

[dpdk-dev] [PATCH] event/sw: remove spare newline from error logs

2017-09-18 Thread Harry van Haaren
This commit removes extra newline characters from SW_LOG_ERR() messages, which cleans up the error output. Signed-off-by: Harry van Haaren --- Note that this patchset applies cleanly only on the updated service cores patchset (which contained a trivial change to SW PMD). Suggesting a rebase of