[1/5] vhost: eliminate blank line at EOF

Message ID 20190410180537.14226-2-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series trivial blank line at end of file cleanup |

Checks

Context Check Description
ci/checkpatch warning coding style issues
ci/Intel-compilation success Compilation OK
ci/mellanox-Performance-Testing success Performance Testing PASS
ci/intel-Performance-Testing success Performance Testing PASS

Commit Message

Stephen Hemminger April 10, 2019, 6:05 p.m. UTC
  Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 lib/librte_vhost/iotlb.c | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/lib/librte_vhost/iotlb.c b/lib/librte_vhost/iotlb.c
index c6354fef7e65..fcf9e9861afd 100644
--- a/lib/librte_vhost/iotlb.c
+++ b/lib/librte_vhost/iotlb.c
@@ -361,4 +361,3 @@  vhost_user_iotlb_init(struct virtio_net *dev, int vq_index)
 
 	return 0;
 }
-