mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-15 22:21:57 -06: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:
parent
19a4d43ef0
commit
539022dd60
1 changed files with 32 additions and 34 deletions
|
@ -71,7 +71,6 @@ static void tty_serial_init(int fd, int speed,
|
|||
}
|
||||
|
||||
speed = speed * 10 / 11;
|
||||
{
|
||||
check_speed(50);
|
||||
check_speed(75);
|
||||
check_speed(110);
|
||||
|
@ -130,7 +129,6 @@ static void tty_serial_init(int fd, int speed,
|
|||
check_speed(4000000);
|
||||
#endif
|
||||
spd = B115200;
|
||||
}
|
||||
|
||||
#undef check_speed
|
||||
done:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue