projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8ad757
)
drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears)
author
Douglas Anderson
<dianders@chromium.org>
Wed, 20 Jul 2022 23:23:21 +0000
(16:23 -0700)
committer
Douglas Anderson
<dianders@chromium.org>
Tue, 6 Sep 2022 22:34:03 +0000
(15:34 -0700)
Ever since I got the spell-check working in my editor this one has
been bugging me. Fix it.
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20220720162314.1.Ieef5bc3848df40b71605b70bb571d6429e8978de@changeid
drivers/gpu/drm/panel/panel-edp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/panel/panel-edp.c
b/drivers/gpu/drm/panel/panel-edp.c
index a95db0cfa43c8ae2484a11147d2bd1ad25051c80..1d357f90d4576b1645e026992c465b43836a5f38 100644
(file)
--- a/
drivers/gpu/drm/panel/panel-edp.c
+++ b/
drivers/gpu/drm/panel/panel-edp.c
@@
-53,7
+53,7
@@
struct panel_delay {
* before the HPD signal is reliable. Ideally this is 0 but some panels,
* board designs, or bad pulldown configs can cause a glitch here.
*
- * NOTE: on some old panel data this number appers to be much too big.
+ * NOTE: on some old panel data this number appe
a
rs to be much too big.
* Presumably some old panels simply didn't have HPD hooked up and put
* the hpd_absent here because this field predates the
* hpd_absent. While that works, it's non-ideal.