diff options
author | Mauro Carvalho Chehab <[email protected]> | 2020-10-13 13:54:20 +0200 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-14 15:26:58 -0400 |
commit | 39ec39d77170a3fe9e92dcddf9060634276ee1ee (patch) | |
tree | 8b9a8e39b6f4215e02283767cd58128cc6d0346a | |
parent | c0e35ed924e47be387205fa4beaf4134b992e0d4 (diff) |
docs: amdgpu: fix a warning when building the documentation
As reported by Sphinx:
Documentation/gpu/amdgpu.rst:200: WARNING: Inline emphasis start-string without end-string.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | Documentation/gpu/amdgpu.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gpu/amdgpu.rst b/Documentation/gpu/amdgpu.rst index 57047dcb8d19..1f9ea8221f80 100644 --- a/Documentation/gpu/amdgpu.rst +++ b/Documentation/gpu/amdgpu.rst @@ -206,8 +206,8 @@ pp_power_profile_mode .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c :doc: pp_power_profile_mode -*_busy_percent -~~~~~~~~~~~~~~ +\*_busy_percent +~~~~~~~~~~~~~~~ .. kernel-doc:: drivers/gpu/drm/amd/pm/amdgpu_pm.c :doc: gpu_busy_percent |