}
if (!def->controllers[contIndex]->info.alias) {
virReportError(VIR_ERR_INTERNAL_ERROR,
- _("Device alias was not set for %s controller "
- "with index %d "),
+ _("Device alias was not set for %s controller with index %d"),
contTypeStr, idx);
return NULL;
}
virUUIDFormat(instanceId, instanceIdStr);
virReportError(VIR_ERR_INTERNAL_ERROR,
- _("Could not find vf/instanceId %u/%s "
- " in netlink response"),
+ _("Could not find vf/instanceId %u/%s in netlink response"),
vf, instanceIdStr);
/* go through all the entries again. This seems tedious,
virSocketAddrPrefixToNetmask(prefix, &netmask,
VIR_SOCKET_ADDR_FAMILY(network)) < 0) {
virReportError(VIR_ERR_INTERNAL_ERROR,
- _("bad prefix %d for network %s when "
- " checking range %s - %s"),
+ _("bad prefix %d for network %s when checking range %s - %s"),
prefix, netStr, startStr, endStr);
return -1;
}