eal: fix formatting of hotplug error message
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 24 Apr 2019 16:46:19 +0000 (09:46 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 3 May 2019 10:51:20 +0000 (12:51 +0200)
commit4e2fdf376011d2e2e274bf86167789aa4d41ae4a
treebec10f1dde317ed9b4803dd5aba7fa958eacc46a
parent8f8f876bd76f9ea996f0e80f32137aa9c2c2071a
eal: fix formatting of hotplug error message

This message was missing newline, and should capitalize
"Cannot" like all the others in this area.

Fixes: ac9e4a17370f ("eal: support attach/detach shared device from secondary")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Rami Rosen <ramirose@gmail.com>
lib/librte_eal/common/hotplug_mp.c