if (mem_limit > swap_limit) {
virReportError(VIR_ERR_INVALID_ARG, "%s",
- _("memory hard_limit tunable value must be lower "
- "than or equal to swap_hard_limit"));
+ _("memory hard_limit tunable value must be lower than or equal to swap_hard_limit"));
return -1;
}
}
if (virHostdevIsVirtualFunction(hostdev) != 1) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
- _("Interface type hostdev is currently supported on"
- " SR-IOV Virtual Functions only"));
+ _("Interface type hostdev is currently supported on SR-IOV Virtual Functions only"));
return -1;
}
if (virHostdevIsVirtualFunction(hostdev) != 1) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
- _("Interface type hostdev is currently supported on"
- " SR-IOV Virtual Functions only"));
+ _("Interface type hostdev is currently supported on SR-IOV Virtual Functions only"));
return -1;
}
if (hdrType != VIR_PCI_HEADER_ENDPOINT) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
- _("Non-endpoint PCI devices cannot be assigned "
- "to guests"));
+ _("Non-endpoint PCI devices cannot be assigned to guests"));
goto cleanup;
}