mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
remove double semicolons
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
7f303adc4f
commit
c7e775e4dd
7 changed files with 9 additions and 9 deletions
|
@ -651,7 +651,7 @@ static void usb_host_handle_reset(USBDevice *dev)
|
|||
|
||||
trace_usb_host_reset(s->bus_num, s->addr);
|
||||
|
||||
usb_host_do_reset(s);;
|
||||
usb_host_do_reset(s);
|
||||
|
||||
usb_host_claim_interfaces(s, 0);
|
||||
usb_linux_update_endp_table(s);
|
||||
|
@ -1429,7 +1429,7 @@ static void usb_host_exit_notifier(struct Notifier *n, void *data)
|
|||
|
||||
usb_host_release_port(s);
|
||||
if (s->fd != -1) {
|
||||
usb_host_do_reset(s);;
|
||||
usb_host_do_reset(s);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue