net/ring: fix typo in log message
Add a missing space. Fixes: 869bf6d222bb ("net/ring: fix coding style") Cc: stable@dpdk.org Signed-off-by: Olivier Matz <olivier.matz@6wind.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
f2f55ea457
commit
f1b9107465
@ -629,7 +629,7 @@ rte_pmd_ring_probe(struct rte_vdev_device *dev)
|
|||||||
|
|
||||||
if (!kvlist) {
|
if (!kvlist) {
|
||||||
PMD_LOG(INFO,
|
PMD_LOG(INFO,
|
||||||
"Ignoring unsupported parameters when creatingrings-backed ethernet device");
|
"Ignoring unsupported parameters when creating rings-backed ethernet device");
|
||||||
ret = eth_dev_ring_create(name, dev, rte_socket_id(),
|
ret = eth_dev_ring_create(name, dev, rte_socket_id(),
|
||||||
DEV_CREATE, ð_dev);
|
DEV_CREATE, ð_dev);
|
||||||
if (ret == -1) {
|
if (ret == -1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user