]> git.baikalelectronics.ru Git - kernel.git/commit
drm: amdgpu: fix a kernel-doc markup
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Dec 2020 08:27:15 +0000 (09:27 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Dec 2020 20:54:03 +0000 (15:54 -0500)
commit37478e60e1f7cd651efe418ec8cb30637a88ed9c
treec45b82b2417e3407ca62956c3cbe5172ea29416b
parentab3d1dab5c8e6f7078358ca328933de8acbcd5bb
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c