drm/bridge: Fix typo in post_disable() description
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Fri, 24 Nov 2023 09:42:30 +0000 (10:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jan 2024 23:35:32 +0000 (15:35 -0800)
[ 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>
include/drm/drm_bridge.h

index c339fc8..103ff57 100644 (file)
@@ -192,7 +192,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.