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

drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears)

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

+1 -1
+1 -1
drivers/gpu/drm/panel/panel-edp.c
··· 53 53 * before the HPD signal is reliable. Ideally this is 0 but some panels, 54 54 * board designs, or bad pulldown configs can cause a glitch here. 55 55 * 56 - * NOTE: on some old panel data this number appers to be much too big. 56 + * NOTE: on some old panel data this number appears to be much too big. 57 57 * Presumably some old panels simply didn't have HPD hooked up and put 58 58 * the hpd_absent here because this field predates the 59 59 * hpd_absent. While that works, it's non-ideal.