projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83dc102
)
drm/bridge: Fix typo in post_disable() description
author
Dario Binacchi
<dario.binacchi@amarulasolutions.com>
Fri, 24 Nov 2023 09:42:30 +0000
(10:42 +0100)
committer
Robert Foss
<rfoss@kernel.org>
Tue, 28 Nov 2023 15:59:52 +0000
(16:59 +0100)
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
include/drm/drm_bridge.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_bridge.h
b/include/drm/drm_bridge.h
index cfb7dcdb66c4b0b5121042604236c347e9a262c4..9ef461aa9b9e2d6f04a6019c3d15656520304e9a 100644
(file)
--- 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
- * si
ng
als) feeding it is no longer running when this callback is
+ * si
gn
als) feeding it is no longer running when this callback is
* called.
*
* The @post_disable callback is optional.