diff options
author | Simon Ser <contact@emersion.fr> | 2023-08-03 10:25:09 +0000 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-08-03 17:16:12 +0200 |
commit | e4774e9968b26dc5d225ce629af8081ddab0029a (patch) | |
tree | 1ca007d5fbf4a628d44b331c3e51973c3579d2a7 /Documentation/gpu | |
parent | a0769f25a3a621e8bbfb5e2a26e8ae462c761e33 (diff) |
drm/doc: fix underline for section "DRM Sync Objects"
It doesn't line up.
Signed-off-by: Simon Ser <contact@emersion.fr>
Suggested-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230803102505.392577-1-contact@emersion.fr
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/drm-mm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst index 513197359aba..c19b34b1c0ed 100644 --- a/Documentation/gpu/drm-mm.rst +++ b/Documentation/gpu/drm-mm.rst @@ -520,7 +520,7 @@ DRM Cache Handling and Fast WC memcpy() .. _drm_sync_objects: DRM Sync Objects -=========================== +================ .. kernel-doc:: drivers/gpu/drm/drm_syncobj.c :doc: Overview |