Skip to content

Commit

Permalink
net/ring: fix typo in log message
Browse files Browse the repository at this point in the history
[ upstream commit f1b9107 ]

Add a missing space.

Fixes: 869bf6d ("net/ring: fix coding style")

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
  • Loading branch information
olivier-matz-6wind authored and kevintraynor committed Nov 23, 2020
1 parent ebc0bdf commit ac145f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ring/rte_eth_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ rte_pmd_ring_probe(struct rte_vdev_device *dev)

if (!kvlist) {
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(),
DEV_CREATE, &eth_dev);
if (ret == -1) {
Expand Down

0 comments on commit ac145f3

Please sign in to comment.