From 09715c13d26ac1569f2d828d4ac78f5d85b29e11 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 20 May 2019 11:48:54 +0100 Subject: [PATCH] docs: Add missing newline at EOF Add a newline at the end of the document, presumably missed off by Emacs. Signed-off-by: James O. D. Hunt --- how-to/how-to-use-virtio-fs-with-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/how-to-use-virtio-fs-with-kata.md b/how-to/how-to-use-virtio-fs-with-kata.md index b354f499bf..80e65dd3dc 100644 --- a/how-to/how-to-use-virtio-fs-with-kata.md +++ b/how-to/how-to-use-virtio-fs-with-kata.md @@ -48,4 +48,4 @@ $ ps -aux | grep virtiofs root ... /home/foo/build-x86_64_virt/x86_64_virt-softmmu/qemu-system-x86_64_virt ... -machine virt,accel=kvm,kernel_irqchip,nvdimm ... root ... /home/foo/build-x86_64_virt/virtiofsd-x86_64 ... -``` \ No newline at end of file +```