From 0a46abaa4f516daba0a4619080598089a2f04fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Mon, 5 Oct 2020 09:47:04 +0200 Subject: [PATCH] util: resctrl fix spacing in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ján Tomko Reviewed-by: Erik Skultety --- src/util/virresctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virresctrl.c b/src/util/virresctrl.c index aea3fe8687..2535627d63 100644 --- a/src/util/virresctrl.c +++ b/src/util/virresctrl.c @@ -1879,7 +1879,7 @@ virResctrlAllocNewFromInfo(virResctrlInfoPtr info) } } - /* set default free memory bandwidth to 100%*/ + /* set default free memory bandwidth to 100% */ if (info->membw_info) { if (VIR_ALLOC(ret->mem_bw) < 0) goto error;