Skip to content

Commit

Permalink
drm/atomic-helper: fix kerneldoc
Browse files Browse the repository at this point in the history
Just a tiny copypasta mistake.

Fixes: 7514659 ("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]
  • Loading branch information
danvet committed Feb 15, 2020
1 parent 5036c0d commit 9ce12ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/drm_atomic_state_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ce12ec

Please sign in to comment.