From 64305dab16abc06d1a32efe1718dfbedc5ffaa9c Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Tue, 19 Nov 2019 15:04:03 -0800 Subject: [PATCH] docs: device_model: Fix formatting error Fix the summary table format. Signed-off-by: Sebastien Boeuf --- docs/device_model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/device_model.md b/docs/device_model.md index f118dc62d..80e616e31 100644 --- a/docs/device_model.md +++ b/docs/device_model.md @@ -5,7 +5,7 @@ This document describes the device model supported by `cloud-hypervisor`. ## Summary | Device | Build configurable | Enabled by default | Runtime configurable | -| :----: | :----: | :----: | :----: | :----: | +| :----: | :----: | :----: | :----: | | Serial port | :negative_squared_cross_mark: | :negative_squared_cross_mark: | :heavy_check_mark: | | RTC/CMOS | :heavy_check_mark: | :heavy_check_mark: | :negative_squared_cross_mark: | | I/O APIC | :negative_squared_cross_mark: | :negative_squared_cross_mark: | :heavy_check_mark: |