Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b083ec00 authored by Dario Binacchi's avatar Dario Binacchi Committed by Greg Kroah-Hartman
Browse files

drm/bridge: Fix typo in post_disable() description



[ Upstream commit 288b039db225676e0c520c981a1b5a2562d893a3 ]

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


Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 47aa8fcd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,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.