diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2023-11-24 10:42:30 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-01-25 15:27:32 -0800 |
commit | 4bab3ad44d61a09bed0d74a4f57c12b4d5e25696 (patch) | |
tree | 6a82e26c6e9f7e2f77ccc905a7237d726e4ce417 /include | |
parent | dab1227007a50a514f008e64faaea6b735192f96 (diff) | |
download | linux-4bab3ad44d61a09bed0d74a4f57c12b4d5e25696.tar.gz linux-4bab3ad44d61a09bed0d74a4f57c12b4d5e25696.tar.bz2 linux-4bab3ad44d61a09bed0d74a4f57c12b4d5e25696.zip |
drm/bridge: Fix typo in post_disable() description
[ Upstream commit 288b039db225676e0c520c981a1b5a2562d893a3 ]
s/singals/signals/
Fixes: 199e4e967af4 ("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
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_bridge.h b/include/drm/drm_bridge.h index 6b656ea23b96..a76f4103d48b 100644 --- a/include/drm/drm_bridge.h +++ b/include/drm/drm_bridge.h @@ -191,7 +191,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. |