]> Git Repo - linux.git/commitdiff
drm/atomic-helper: fix kerneldoc
authorDaniel Vetter <[email protected]>
Fri, 14 Feb 2020 08:13:40 +0000 (09:13 +0100)
committerDaniel Vetter <[email protected]>
Sat, 15 Feb 2020 12:21:22 +0000 (13:21 +0100)
Just a tiny copypasta mistake.

Fixes: 751465913f04 ("drm/bridge: Add a drm_bridge_state object")
Cc: Boris Brezillon <[email protected]>
Acked-by: Boris Brezillon <[email protected]>
Cc: Neil Armstrong <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/drm_atomic_state_helper.c

index 33141d2cdad4c3d8b2a09bedcf560a78a0b841df..8fce6a115dfe37e7e5c5e9f3cd4591664d0b8fd3 100644 (file)
@@ -635,7 +635,6 @@ EXPORT_SYMBOL(__drm_atomic_helper_bridge_reset);
  * drm_atomic_helper_bridge_reset() - Allocate and initialize a bridge state
  *                                   to its default
  * @bridge: the bridge this state refers to
- * @state: bridge state to initialize
  *
  * Allocates the bridge state and initializes it to default values. This helper
  * is meant to be used as a bridge &drm_bridge_funcs.atomic_reset hook for
This page took 0.063411 seconds and 4 git commands to generate.