mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
drm: amdgpu: fix a kernel-doc markup
The function name at kernel-doc markup doesn't match the name of the function: drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:1534: warning: expecting prototype for amdgpu_debugfs_print_bo_info(). Prototype was for amdgpu_bo_print_info() instead Fix it. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
9bf1019c5f
commit
25dd7a4469
|
|
@ -1518,7 +1518,7 @@ uint32_t amdgpu_bo_get_preferred_pin_domain(struct amdgpu_device *adev,
|
|||
} while (0)
|
||||
|
||||
/**
|
||||
* amdgpu_debugfs_print_bo_info - print BO info in debugfs file
|
||||
* amdgpu_bo_print_info - print BO info in debugfs file
|
||||
*
|
||||
* @id: Index or Id of the BO
|
||||
* @bo: Requested BO for printing info
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user