]> Gentwo Git Trees - linux/.git/commit
drm/amdgpu: Correct misnamed function in amdgpu_gem.c
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Sun, 31 Aug 2025 09:46:04 +0000 (15:16 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 5 Sep 2025 21:38:41 +0000 (17:38 -0400)
commit86b6f02a6d504d035f617d3d5627d2a2099877d4
tree41639259a5edfd47e1f3d780c43d32cac96c8541
parent476a4e10a3361509b1e436ec49e9a2896052a4b6
drm/amdgpu: Correct misnamed function in amdgpu_gem.c

The header comment above amdgpu_gem_list_handles_ioctl referenced
drm_amdgpu_gem_list_handles_ioctl. Update the comment to reflect the
actual function identifier to avoid misleading prototype warnings.

Fixes the below:
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:1106: warning: expecting prototype for drm_amdgpu_gem_list_handles_ioctl(). Prototype was for amdgpu_gem_list_handles_ioctl() instead

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>
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c