]> git.baikalelectronics.ru Git - kernel.git/commit
GPU: drm: drop unexpected word "the" in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 13:51:40 +0000 (21:51 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Wed, 22 Jun 2022 07:23:08 +0000 (09:23 +0200)
commit81b142bb1e2e203fe8a2e4f8808a73048534261a
tree14ccb6a80f0f3318b2906dc2da9e4e1e48b53c01
parent7d0c4607e90555b77e3133340a595c3fead3850c
GPU: drm: 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_ioctl.c
line: 86
*    means the the unique name for the master node just opening is _not_ filled
changed to
*    means the unique name for the master node just opening is _not_ filled

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