drm/amd/amdgpu/amdgpu_gart: Correct a couple of function names in the docs
authorLee Jones <lee.jones@linaro.org>
Fri, 16 Apr 2021 14:37:16 +0000 (15:37 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Apr 2021 01:51:02 +0000 (21:51 -0400)
commit777d9000d91b8ac92e55b6ab8496890fbcbbdf73
treea491aee67674070d4b9458cb1faf5f98cf8993d1
parentb16cc4bb1abbe3c725228f4020f9ebd8ea1d1188
drm/amd/amdgpu/amdgpu_gart: Correct a couple of function names in the docs

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c:73: warning: expecting prototype for amdgpu_dummy_page_init(). Prototype was for amdgpu_gart_dummy_page_init() instead
 drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c:96: warning: expecting prototype for amdgpu_dummy_page_fini(). Prototype was for amdgpu_gart_dummy_page_fini() instead

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Nirmoy Das <nirmoy.das@amd.com>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c