diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-23 19:32:58 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-10-23 22:33:48 +0300 |
commit | c45dd3bda1c809eb120452597097e14a96b58c1f (patch) | |
tree | a553e9c061fff1061c75a37c0b774dfd77884024 /include/uapi/drm/amdgpu_drm.h | |
parent | 6e3cd2a9a6ac322a9421eaf0f03ec7d43b85845e (diff) | |
download | linux-c45dd3bda1c809eb120452597097e14a96b58c1f.tar.xz |
drm/amdgpu: fix some kernel-doc markups
Some functions have different names between their prototypes
and the kernel-doc markup.
Acked-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>
Diffstat (limited to 'include/uapi/drm/amdgpu_drm.h')
-rw-r--r-- | include/uapi/drm/amdgpu_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h index f7d7bce7d3b0..7fb9c09ee93f 100644 --- a/include/uapi/drm/amdgpu_drm.h +++ b/include/uapi/drm/amdgpu_drm.h @@ -667,7 +667,7 @@ struct drm_amdgpu_cs_chunk_data { }; }; -/** +/* * Query h/w info: Flag that this is integrated (a.h.a. fusion) GPU * */ |