[gpu/nvdrv] Remove redundant whitespace
All checks were successful
eden-license / license-header (pull_request) Successful in 42s
All checks were successful
eden-license / license-header (pull_request) Successful in 42s
This commit is contained in:
parent
eda0a76cec
commit
8546613823
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ NvResult nvhost_gpu::SetErrorNotifier(IoctlSetErrorNotifier& params) {
|
|||
return NvResult::BadParameter;
|
||||
}
|
||||
|
||||
|
||||
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,
|
||||
params.size, handle->size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue