util: resctrl fix spacing in comment

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Ján Tomko 2020-10-05 09:47:04 +02:00
parent a6c9d97e33
commit 0a46abaa4f

View 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;