[gpu/nvdrv] Remove redundant whitespace
All checks were successful
eden-license / license-header (pull_request) Successful in 39s
All checks were successful
eden-license / license-header (pull_request) Successful in 39s
This commit is contained in:
parent
6f5e11a08b
commit
2a233cdaef
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ NvResult nvhost_gpu::SetErrorNotifier(IoctlSetErrorNotifier& params) {
|
||||||
return NvResult::BadParameter;
|
return NvResult::BadParameter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (params.offset > handle->size || params.size > (handle->size - params.offset)) {
|
if (params.offset > handle->size || params.size > (handle->size - params.offset)) {
|
||||||
LOG_ERROR(Service_NVDRV, "Error notifier out of bounds: offset={:#X} size={:#X} handle size={:#X}", params.offset,
|
LOG_ERROR(Service_NVDRV, "Error notifier out of bounds: offset={:#X} size={:#X} handle size={:#X}", params.offset,
|
||||||
params.size, handle->size);
|
params.size, handle->size);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue