]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/amdgpu: fix two documentation mismatch issues
authorWang Xiayang <xywang.sjtu@sjtu.edu.cn>
Fri, 19 Jul 2019 01:19:43 +0000 (09:19 +0800)
committerJiri Kosina <jkosina@suse.cz>
Tue, 17 Mar 2020 18:02:28 +0000 (19:02 +0100)
commitaad7012c3152209d49b5442550e2aae09bfe7947
treebcb159aae21e2f3a454d1ecc795e3ffab311a35d
parentad81d1c8799e521cbb17aecea5510a8197f26711
drm/amdgpu: fix two documentation mismatch issues

The function name mentioned in the documentational comments mismatches
the actual one. The mismatch may make trouble for automatic documentation
generation. One of the erronous name has seen to be misused
and fixed in commit bc5ab2d29b8a ("drm/amdgpu: fix typo in function
sdma_v4_0_page_resume").

There is apparently no functional change in the patch.

Signed-off-by: Wang Xiayang <xywang.sjtu@sjtu.edu.cn>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c