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)
commite1b7234b4a3f5fa716a84b081cd0d0245674f761
tree00270222a933768816eb88ee07ef8a4050499dd2
parentf5aa7d46b0eec280ac022664f3e8b6bc9f4ee099
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