artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
065458a
)
drm/bridge: Fix typo in post_disable() description
author
jsg
<jsg@openbsd.org>
Mon, 29 Jan 2024 01:25:00 +0000
(
01:25
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 29 Jan 2024 01:25:00 +0000
(
01:25
+0000)
From Dario Binacchi
c111350d673a517c3995849c724e444205f7e51c
in linux-6.6.y/6.6.14
288b039db225676e0c520c981a1b5a2562d893a3
in mainline linux
sys/dev/pci/drm/include/drm/drm_bridge.h
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/include/drm/drm_bridge.h
b/sys/dev/pci/drm/include/drm/drm_bridge.h
index
e410302
..
1482d6d
100644
(file)
--- a/
sys/dev/pci/drm/include/drm/drm_bridge.h
+++ b/
sys/dev/pci/drm/include/drm/drm_bridge.h
@@
-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
- * 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.