examples/vhost: fix a typo
This minor patch fixes a typo in examples/vhost/main.c.
Fixes: d19533e86f
("examples/vhost: copy old vhost example")
Cc: stable@dpdk.org
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
This commit is contained in:
parent
c8516e3caa
commit
10b4270fff
@ -1198,7 +1198,7 @@ destroy_device(int vid)
|
||||
|
||||
/*
|
||||
* A new device is added to a data core. First the device is added to the main linked list
|
||||
* and the allocated to a specific data core.
|
||||
* and then allocated to a specific data core.
|
||||
*/
|
||||
static int
|
||||
new_device(int vid)
|
||||
|
Loading…
Reference in New Issue
Block a user