mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 03:19:27 +00:00
chardev: Clean up previous patch indentation
The previous patch left in an extra scope layer for ease of review; time to remove it. No semantic change. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <20171201232433.25193-5-eblake@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
19a4d43ef0
commit
539022dd60
@ -71,7 +71,6 @@ static void tty_serial_init(int fd, int speed,
|
|||||||
}
|
}
|
||||||
|
|
||||||
speed = speed * 10 / 11;
|
speed = speed * 10 / 11;
|
||||||
{
|
|
||||||
check_speed(50);
|
check_speed(50);
|
||||||
check_speed(75);
|
check_speed(75);
|
||||||
check_speed(110);
|
check_speed(110);
|
||||||
@ -130,7 +129,6 @@ static void tty_serial_init(int fd, int speed,
|
|||||||
check_speed(4000000);
|
check_speed(4000000);
|
||||||
#endif
|
#endif
|
||||||
spd = B115200;
|
spd = B115200;
|
||||||
}
|
|
||||||
|
|
||||||
#undef check_speed
|
#undef check_speed
|
||||||
done:
|
done:
|
||||||
|
Reference in New Issue
Block a user