]> git.baikalelectronics.ru Git - kernel.git/commitdiff
drm/vc4: drop unexpected word "the" in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 13:05:50 +0000 (21:05 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 22 Jun 2022 07:22:55 +0000 (09:22 +0200)
there is an unexpected word "the" in the comments that need to be dropped

file: drivers/gpu/drm/vc4/vc4_regs.h
line: 267
/* Set when the the downstream tries to read from the display FIFO
changed to
/* Set when the downstream tries to read from the display FIFO

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220621130550.126915-1-jiangjian@cdjrlc.com
drivers/gpu/drm/vc4/vc4_regs.h

index a2b5cbbbc1b09e9f34a00594296d8b41514754a7..f0290fad991de2c958433c62189804b6c507c7e9 100644 (file)
  * output line.
  */
 # define SCALER_DISPSTAT_ESLINE(x)             BIT(10 + ((x) * 8))
-/* Set when the the downstream tries to read from the display FIFO
+/* Set when the downstream tries to read from the display FIFO
  * while it's empty.
  */
 # define SCALER_DISPSTAT_EUFLOW(x)             BIT(9 + ((x) * 8))