diff options
author | Dmitry Baryshkov <[email protected]> | 2024-09-11 13:16:48 +0300 |
---|---|---|
committer | Dmitry Baryshkov <[email protected]> | 2024-09-12 16:56:32 +0300 |
commit | 4a33aa34e4ac2c2bd746a305d4b39fb60dedc091 (patch) | |
tree | 9de51e990f579a4a90ca20399fcdb5be4081b501 | |
parent | 70a6587dca37a3cf12ab323f7fd73266abfc274f (diff) |
drm/display: fix kerneldocs references
The commit 9da7ec9b19d8 ("drm/bridge-connector: move to
DRM_DISPLAY_HELPER module") changed location of the
drm_bridge_connector.c file, but didn't update the kerneldocs. Fix that.
Fixes: 9da7ec9b19d8 ("drm/bridge-connector: move to DRM_DISPLAY_HELPER module")
Reported-by: Stephen Rothwell <[email protected]>
Closes: https://lore.kernel.org/dri-devel/[email protected]/
Acked-by: Thomas Zimmermann <[email protected]>
Reviewed-By: Carlos Bilbao <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
-rw-r--r-- | Documentation/gpu/drm-kms-helpers.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst index 8435e8621cc0..c3e58856f75b 100644 --- a/Documentation/gpu/drm-kms-helpers.rst +++ b/Documentation/gpu/drm-kms-helpers.rst @@ -181,7 +181,7 @@ Bridge Operations Bridge Connector Helper ----------------------- -.. kernel-doc:: drivers/gpu/drm/drm_bridge_connector.c +.. kernel-doc:: drivers/gpu/drm/display/drm_bridge_connector.c :doc: overview @@ -204,7 +204,7 @@ MIPI-DSI bridge operation Bridge Connector Helper Reference --------------------------------- -.. kernel-doc:: drivers/gpu/drm/drm_bridge_connector.c +.. kernel-doc:: drivers/gpu/drm/display/drm_bridge_connector.c :export: Panel-Bridge Helper Reference |