]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: resctrl fix spacing in comment
authorJán Tomko <jtomko@redhat.com>
Mon, 5 Oct 2020 07:47:04 +0000 (09:47 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 6 Oct 2020 10:31:33 +0000 (12:31 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/util/virresctrl.c

index aea3fe8687cd358cbfbd12b6e841cb133710131d..2535627d63b89a45e6d3881fb12c4b0109244e79 100644 (file)
@@ -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;