Just to make checkpatch.pl happy when moving the code. Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> --- vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vl.c b/vl.c index dbdca59..ce606a6 100644 --- a/vl.c +++ b/vl.c @@ -2715,7 +2715,7 @@ static int configure_accelerator(MachineClass *mc) if (*p == ':') { p++; } - p = get_opt_name(buf, sizeof (buf), p, ':'); + p = get_opt_name(buf, sizeof(buf), p, ':'); for (i = 0; i < ARRAY_SIZE(accel_list); i++) { if (strcmp(accel_list[i].opt_name, buf) == 0) { if (!accel_list[i].available()) { -- 1.9.3