On Tue, 21 Jun 2022 21:02:10 +0800, Jiang Jian wrote:
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.
[...]
Applied to drm/drm-misc (drm-misc-next).
Thanks! Maxime