]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: add "restore" missing variable comment
authorSunil Khatri <sunil.khatri@amd.com>
Thu, 21 Nov 2024 17:34:49 +0000 (23:04 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:26:49 +0000 (10:26 -0500)
commit86fa54f34991db7b900b779525e129ffaa4a2d34
tree622a89e09b6a7509607dd1015e37cd264f902d43
parent093bbeb994af5ac3f3affdfd73983dcbd19d9a17
drm/amdgpu: add "restore" missing variable comment

add "restore" missing variable in the fucntions
sdma_v4_4_2_page_resume and sdma_v4_4_2_inst_start.

This fixes the warning:
warning: Function parameter or struct member 'restore' not described in 'sdma_v4_4_2_page_resume'
warning: Function parameter or struct member 'restore' not described in 'sdma_v4_4_2_inst_start'

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c