Author :
anton
Date :
2019-08-06 07:16:48
Hash :2759e442 Message :Resolve some minor nits in diskmapioctl():
* Favor ENOTTY for unknown ioctl commands
* Return the actual error from copyinstr and copyoutstr, removes the need to
initialize the local error variable
* Do not use parens around return expressions consistently
ok visa@