net/virtio-user: fix inconsistent name
authorJianfeng Tan <jianfeng.tan@intel.com>
Fri, 22 Jul 2016 02:24:47 +0000 (02:24 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 22 Jul 2016 09:53:32 +0000 (11:53 +0200)
commite8df94b86f9d224d45530c0c7a7ff013742450e3
tree8bea4a00802921bac7661571773dd9ad9a364afc
parent7a2c46695ff7af71963a9b84e5820e21e96dffe7
net/virtio-user: fix inconsistent name

The commit cb6696d22023 ("drivers: update registration macro usage")
changes the name from virtio-user to virtio_user, because hyphen
cannot be used in a C symbol name. However, this commit does not
update the strings in docs and source code, which could lead to
failure to start this device as per the docs.

This patch updates related strings in the docs and source code.

Fixes: cb6696d22023 ("drivers: update registration macro usage")

Reported-by: Tiwei Bie <tiwei.bie@intel.com>
Signed-off-by: Jianfeng Tan <jianfeng.tan@intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
doc/guides/rel_notes/release_16_07.rst
doc/guides/sample_app_ug/vhost.rst
drivers/net/virtio/virtio_ethdev.c
drivers/net/virtio/virtio_user_ethdev.c
drivers/net/virtio/virtqueue.h