[gpu/nvdrv] Remove redundant whitespace
All checks were successful
eden-license / license-header (pull_request) Successful in 42s

This commit is contained in:
SDK Chan 2025-09-17 15:16:04 +00:00 committed by crueter
parent eda0a76cec
commit 8546613823

View file

@ -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);