examples/vdpa: fix spelling in error message
Fixes: edbed86d1c
("examples/vdpa: introduce a new sample for vDPA")
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
parent
987e0def5d
commit
21c3c433f3
@ -334,7 +334,7 @@ static void cmd_create_vdpa_port_parsed(void *parsed_result,
|
||||
addr.type = PCI_ADDR;
|
||||
did = rte_vdpa_find_device_id(&addr);
|
||||
if (did < 0) {
|
||||
cmdline_printf(cl, "Unable to find vdpa devide id.\n");
|
||||
cmdline_printf(cl, "Unable to find vdpa device id.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user