diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2023-11-24 12:42:30 +0300 |
---|---|---|
committer | Robert Foss <rfoss@kernel.org> | 2023-11-28 18:59:52 +0300 |
commit | 288b039db225676e0c520c981a1b5a2562d893a3 (patch) | |
tree | 798a07071964a29b8b7425136334ca180e1ebdbb /include | |
parent | 83dc1029dcf50b5b849b26679a1b3f860b85d79c (diff) | |
download | linux-288b039db225676e0c520c981a1b5a2562d893a3.tar.xz |
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
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 cfb7dcdb66c4..9ef461aa9b9e 100644 --- a/include/drm/drm_bridge.h +++ b/include/drm/drm_bridge.h @@ -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. |