drm/bridge: Fix typo in post_disable() description

s/singals/signals/

Fixes: 199e4e967a ("drm: Extract drm_bridge.h")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231124094253.658064-1-dario.binacchi@amarulasolutions.com
This commit is contained in:
Dario Binacchi 2023-11-24 10:42:30 +01:00 committed by Robert Foss
parent 83dc1029dc
commit 288b039db2
No known key found for this signature in database
GPG key ID: 3EFD900F76D1D784

View file

@ -194,7 +194,7 @@ struct drm_bridge_funcs {
* or &drm_encoder_helper_funcs.dpms hook.
*
* 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.
*
* The @post_disable callback is optional.