virtio: small cleanups
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 20 Jul 2015 18:40:46 +0000 (11:40 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 22 Jul 2015 08:55:26 +0000 (10:55 +0200)
commit27b31d130e135d4c2d6e7033539a4729b2aa6a5f
tree00a71981452bbabfaac7d014591faa128ee44d90
parent945884f14b2ae692754f92e46b190be3a8f6cdc5
virtio: small cleanups

Some minor cleanups.
  * pass constant to virtio_dev_queue_setup
  * fix message on rx_queue_setup
  * get rid of extra double spaces

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Changchun Ouyang <changchun.ouyang@intel.com>
drivers/net/virtio/virtio_ethdev.c
drivers/net/virtio/virtio_ethdev.h
drivers/net/virtio/virtio_rxtx.c