mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
typofixes - v4
Signed-off-by: Veres Lajos <vlajos@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
33b23b4b5e
commit
67cc32ebfd
35 changed files with 47 additions and 48 deletions
|
@ -3939,7 +3939,6 @@ static abi_long do_ioctl(int fd, int cmd, abi_long arg)
|
|||
break;
|
||||
case TYPE_PTRVOID:
|
||||
case TYPE_INT:
|
||||
/* int argment */
|
||||
ret = get_errno(ioctl(fd, ie->host_cmd, arg));
|
||||
break;
|
||||
case TYPE_PTR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue