mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 18:35:19 +00:00
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:
parent
a6c9d97e33
commit
0a46abaa4f
@ -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 (info->membw_info) {
|
||||||
if (VIR_ALLOC(ret->mem_bw) < 0)
|
if (VIR_ALLOC(ret->mem_bw) < 0)
|
||||||
goto error;
|
goto error;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user