Re: [dpdk-dev] [PATCH] eal: fix formatting of hotplug error message

2019-05-03 Thread Thomas Monjalon
24/04/2019 18:46, Stephen Hemminger: > This message was missing newline, and should capitalize > "Cannot" like all the others in this area. > > Signed-off-by: Stephen Hemminger Applied, thanks

Re: [dpdk-dev] [PATCH] eal: fix formatting of hotplug error message

2019-04-24 Thread Rami Rosen
Acked-by: Rami Rosen

[dpdk-dev] [PATCH] eal: fix formatting of hotplug error message

2019-04-24 Thread Stephen Hemminger
This message was missing newline, and should capitalize "Cannot" like all the others in this area. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/hotplug_mp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/hotplug_mp.c b/lib/librte_eal/comm