]> git.baikalelectronics.ru Git - kernel.git/commit
drm/display: Remove duplicate 'the' in two places.
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 19:00:55 +0000 (03:00 +0800)
committerLyude Paul <lyude@redhat.com>
Tue, 21 Jun 2022 19:29:45 +0000 (15:29 -0400)
commit53947f3fdde4253206482d0c625e031fa0998620
tree00270222a933768816eb88ee07ef8a4050499dd2
parent62383067d16be17fd23cddacd6206161945a218a
drm/display: Remove duplicate 'the' in two places.

there is an unexpected word "the" in the comments that need to be dropped
file: drivers/gpu/drm/display/drm_dp_helper.c
line: 1600
  * Doesn't account the the "MOT" bit, and instead assumes each
changed to
  * Doesn't account the "MOT" bit, and instead assumes eac

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220621190055.8323-1-jiangjian@cdjrlc.com
drivers/gpu/drm/display/drm_dp_helper.c