Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Srinivasan Shanmugam and committed by
Alex Deucher
86b6f02a 476a4e10

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
··· 1087 1087 } 1088 1088 1089 1089 /** 1090 - * drm_amdgpu_gem_list_handles_ioctl - get information about a process' buffer objects 1090 + * amdgpu_gem_list_handles_ioctl - get information about a process' buffer objects 1091 1091 * 1092 1092 * @dev: drm device pointer 1093 1093 * @data: drm_amdgpu_gem_list_handles