Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/bridge: Fix typo in post_disable() description

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

authored by

Dario Binacchi and committed by
Robert Foss
288b039d 83dc1029

+1 -1
+1 -1
include/drm/drm_bridge.h
··· 194 194 * or &drm_encoder_helper_funcs.dpms hook. 195 195 * 196 196 * The bridge must assume that the display pipe (i.e. clocks and timing 197 - * singals) feeding it is no longer running when this callback is 197 + * signals) feeding it is no longer running when this callback is 198 198 * called. 199 199 * 200 200 * The @post_disable callback is optional.