doc: fix format in virtio guide
authorTiwei Bie <tiwei.bie@intel.com>
Tue, 13 Aug 2019 02:07:30 +0000 (10:07 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 6 Sep 2019 15:32:42 +0000 (17:32 +0200)
This patch removes an unwanted empty line in a sentence.

Fixes: 71afcefbd53e ("doc: update virtio ring size and header size")
Cc: stable@dpdk.org
Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
doc/guides/nics/virtio.rst

index 011954f..bd01161 100644 (file)
@@ -7,7 +7,6 @@ Poll Mode Driver for Emulated Virtio NIC
 Virtio is a para-virtualization framework initiated by IBM, and supported by KVM hypervisor.
 In the Data Plane Development Kit (DPDK),
 we provide a virtio Poll Mode Driver (PMD) as a software solution, comparing to SRIOV hardware solution,
-
 for fast guest VM to guest VM communication and guest VM to host communication.
 
 Vhost is a kernel acceleration module for virtio qemu backend.