[libvirt PATCH 01/12] util: resctrl fix spacing in comment

Ján Tomko jtomko at redhat.com
Mon Oct 5 17:48:16 UTC 2020


Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 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;
-- 
2.26.2




More information about the libvir-list mailing list