Commit e179024e authored by Jiang Jian's avatar Jiang Jian Committed by Maxime Ripard

drm/vc4: drop unexpected word "the" in the comments

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: default avatarJiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20220621130550.126915-1-jiangjian@cdjrlc.com
parent 7cd6bb82
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
* output line. * output line.
*/ */
# define SCALER_DISPSTAT_ESLINE(x) BIT(10 + ((x) * 8)) # 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. * while it's empty.
*/ */
# define SCALER_DISPSTAT_EUFLOW(x) BIT(9 + ((x) * 8)) # define SCALER_DISPSTAT_EUFLOW(x) BIT(9 + ((x) * 8))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment