Commit 288b039d authored by Dario Binacchi's avatar Dario Binacchi Committed by Robert Foss

drm/bridge: Fix typo in post_disable() description

s/singals/signals/

Fixes: 199e4e96 ("drm: Extract drm_bridge.h")
Signed-off-by: default avatarDario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: default avatarRobert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231124094253.658064-1-dario.binacchi@amarulasolutions.com
parent 83dc1029
...@@ -194,7 +194,7 @@ struct drm_bridge_funcs { ...@@ -194,7 +194,7 @@ struct drm_bridge_funcs {
* or &drm_encoder_helper_funcs.dpms hook. * or &drm_encoder_helper_funcs.dpms hook.
* *
* The bridge must assume that the display pipe (i.e. clocks and timing * The bridge must assume that the display pipe (i.e. clocks and timing
* singals) feeding it is no longer running when this callback is * signals) feeding it is no longer running when this callback is
* called. * called.
* *
* The @post_disable callback is optional. * The @post_disable callback is optional.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment