mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Remove extra ';'
Found by: FlexeLint
This commit is contained in:
parent
e64f402ff1
commit
89e3693051
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115494
@ -754,7 +754,7 @@ tdfx_do_query(u_int cmd, struct tdfx_pio_data *piod)
|
||||
printf("Bad Sub-cmd: 0x%x\n", _IOC_NR(cmd));
|
||||
#endif
|
||||
return -EINVAL;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
static int
|
||||
@ -770,7 +770,7 @@ tdfx_do_pio(u_int cmd, struct tdfx_pio_data *piod)
|
||||
break;
|
||||
default:
|
||||
return -EINVAL;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/* Calls to ioctl(2) eventually end up here. Unhandled ioctls return an ENXIO,
|
||||
|
Loading…
Reference in New Issue
Block a user