diff options
author | Sean Paul <seanpaul@chromium.org> | 2019-10-07 11:19:01 -0400 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2019-10-09 15:13:58 -0400 |
commit | 64292b3336e415dbeccfeb16bf764d5be50d8512 (patch) | |
tree | 034b969c7c1860d729595bb59b2dfa0f6859b22b /Documentation | |
parent | 287422a95fe28e05c1952de0472e0dfdffa6caae (diff) | |
download | linux-64292b3336e415dbeccfeb16bf764d5be50d8512.tar.gz linux-64292b3336e415dbeccfeb16bf764d5be50d8512.tar.bz2 linux-64292b3336e415dbeccfeb16bf764d5be50d8512.zip |
Documentation: Fix warning in drm-kms-helpers.rst
Fixes the following warning:
../include/drm/drm_atomic_state_helper.h:1: warning: no structured comments found
Fixes: 9ef8a9dc4b21 ("drm: Extract drm_atomic_state_helper.[hc]")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20191007151921.27099-1-sean@poorly.run
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gpu/drm-kms-helpers.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst index 3868008db8a9..9668a7fe2408 100644 --- a/Documentation/gpu/drm-kms-helpers.rst +++ b/Documentation/gpu/drm-kms-helpers.rst @@ -77,9 +77,6 @@ Atomic State Reset and Initialization Atomic State Helper Reference ----------------------------- -.. kernel-doc:: include/drm/drm_atomic_state_helper.h - :internal: - .. kernel-doc:: drivers/gpu/drm/drm_atomic_state_helper.c :export: |