net/virtio: simplify variable name
authorJoyce Kong <joyce.kong@arm.com>
Wed, 24 Jun 2020 08:45:10 +0000 (16:45 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 30 Jun 2020 12:52:31 +0000 (14:52 +0200)
commit9e190e97c9950cdc580981b1a79521e7d942f57d
tree2b22e3d2c1cbd355a884b8fa0409f8a7b052ec13
parentc47d6e83334e656f85e4bb6881cf63da38276b0a
net/virtio: simplify variable name

Virtio_hw *hw has been pointed to vq->hw, it is better to use
hw instead of vq->hw in later code.

Signed-off-by: Joyce Kong <joyce.kong@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
drivers/net/virtio/virtio_rxtx_simple_neon.c