diff options
author | Simon Ser <contact@emersion.fr> | 2023-08-03 12:25:09 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-08-03 17:16:12 +0200 |
commit | e4774e9968b26dc5d225ce629af8081ddab0029a (patch) | |
tree | 1ca007d5fbf4a628d44b331c3e51973c3579d2a7 | |
parent | HID: i2c-hid: add more DRM dependencies (diff) | |
download | linux-e4774e9968b26dc5d225ce629af8081ddab0029a.tar.xz linux-e4774e9968b26dc5d225ce629af8081ddab0029a.zip |
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
-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 |