diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2020-02-16 07:19:37 -0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-02-18 09:08:44 +0530 |
commit | 82fd42fcce30c9f57c2f34b70ef1be34c576172b (patch) | |
tree | d9ebda039009a2e2be070c912214b68a1d07f9be /docs | |
parent | a8ef0b5d53816f6c21250c765b9397a8f390ea95 (diff) |
doc: qemu_virt: Fix doc styles
Remove the unnecessary blank line at the end of the doc.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/qemu_virt.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/platform/qemu_virt.md b/docs/platform/qemu_virt.md index 12204e4..6d8a3d0 100644 --- a/docs/platform/qemu_virt.md +++ b/docs/platform/qemu_virt.md @@ -149,4 +149,3 @@ qemu-system-riscv32 -M virt -m 256M -nographic \ -device virtio-blk-device,drive=hd0 \ -append "root=/dev/vda rw console=ttyS0" ``` - |