aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
diff options
context:
space:
mode:
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>2023-07-23 12:29:14 +0530
committerAlex Deucher <alexander.deucher@amd.com>2023-07-25 13:47:26 -0400
commita0cc8e1512ad72c9f97cdcb76d42715730adaf62 (patch)
treeb24ade3dc4e93b130d48ac118e5adf569cc751d2 /drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c
parentce83aa7bad8327830a1b907b4544e302ef09c2cf (diff)
drm/amdgpu: Update min() to min_t() in 'amdgpu_info_ioctl'
Fixes the following: WARNING: min() should probably be min_t(size_t, size, sizeof(ip)) + ret = copy_to_user(out, &ip, min((size_t)size, sizeof(ip))); And other style fixes: WARNING: Prefer 'unsigned int' to bare use of 'unsigned' WARNING: Missing a blank line after declarations Cc: Christian König <christian.koenig@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c')
0 files changed, 0 insertions, 0 deletions