DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] eal: remove redundant newline
@ 2020-06-10 14:30 David Marchand
  2020-06-10 14:40 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2020-06-10 14:30 UTC (permalink / raw)
  To: dev; +Cc: stable, Bruce Richardson, Anatoly Burakov

rte_eal_init_alert() already appends a newline.

Fixes: 0a529578f162 ("eal: clean up unused files on initialization")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 lib/librte_eal/freebsd/eal.c | 2 +-
 lib/librte_eal/linux/eal.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_eal/freebsd/eal.c b/lib/librte_eal/freebsd/eal.c
index c41f265fac..00fc66bf7f 100644
--- a/lib/librte_eal/freebsd/eal.c
+++ b/lib/librte_eal/freebsd/eal.c
@@ -952,7 +952,7 @@ rte_eal_init(int argc, char **argv)
 	 * place, so no cleanup needed.
 	 */
 	if (!internal_config.no_shconf && eal_clean_runtime_dir() < 0) {
-		rte_eal_init_alert("Cannot clear runtime directory\n");
+		rte_eal_init_alert("Cannot clear runtime directory");
 		return -1;
 	}
 	if (!internal_config.no_telemetry) {
diff --git a/lib/librte_eal/linux/eal.c b/lib/librte_eal/linux/eal.c
index f162124a37..28a8b78517 100644
--- a/lib/librte_eal/linux/eal.c
+++ b/lib/librte_eal/linux/eal.c
@@ -1290,7 +1290,7 @@ rte_eal_init(int argc, char **argv)
 	 * place, so no cleanup needed.
 	 */
 	if (!internal_config.no_shconf && eal_clean_runtime_dir() < 0) {
-		rte_eal_init_alert("Cannot clear runtime directory\n");
+		rte_eal_init_alert("Cannot clear runtime directory");
 		return -1;
 	}
 	if (!internal_config.no_telemetry) {
-- 
2.23.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] eal: remove redundant newline
  2020-06-10 14:30 [dpdk-dev] [PATCH] eal: remove redundant newline David Marchand
@ 2020-06-10 14:40 ` Ferruh Yigit
  2020-06-24 23:19   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2020-06-10 14:40 UTC (permalink / raw)
  To: David Marchand, dev; +Cc: stable, Bruce Richardson, Anatoly Burakov

On 6/10/2020 3:30 PM, David Marchand wrote:
> rte_eal_init_alert() already appends a newline.
> 
> Fixes: 0a529578f162 ("eal: clean up unused files on initialization")
> Cc: stable@dpdk.org
> 
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [dpdk-stable] [PATCH] eal: remove redundant newline
  2020-06-10 14:40 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
@ 2020-06-24 23:19   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2020-06-24 23:19 UTC (permalink / raw)
  To: David Marchand
  Cc: dev, stable, Bruce Richardson, Anatoly Burakov, Ferruh Yigit

10/06/2020 16:40, Ferruh Yigit:
> On 6/10/2020 3:30 PM, David Marchand wrote:
> > rte_eal_init_alert() already appends a newline.
> > 
> > Fixes: 0a529578f162 ("eal: clean up unused files on initialization")
> > Cc: stable@dpdk.org
> > 
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> 
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-24 23:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10 14:30 [dpdk-dev] [PATCH] eal: remove redundant newline David Marchand
2020-06-10 14:40 ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2020-06-24 23:19   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).