]> git.baikalelectronics.ru Git - kernel.git/commit
drm/prime: drop unexpected word "the" in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 13:02:10 +0000 (21:02 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 22 Jun 2022 07:22:05 +0000 (09:22 +0200)
commit7703e7ed15580264ed4ed42ec906f4b952715c7a
tree7c06af142d00d928d419de0d42a59daf30961451
parent8a1d91619f7d30ef8c9fd1c230f70ebd475dba35
drm/prime: 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/drm_prime.c
line: 842
* of the the buffer described by the provided sg_table.
changed to
* of the buffer described by the provided sg_table.

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