Re: [PATCH] drm/i915: fix repeated words in comments

2022-11-07 Thread Zhenyu Wang
On 2022.10.22 14:13:27 +0800, wangjianli wrote: > Delete the redundant word 'the'. > > Signed-off-by: wangjianli > --- > drivers/gpu/drm/i915/gvt/gtt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/gvt/gtt.c b/drivers/gpu/drm/i915/gvt/gtt.c > inde

Re: [PATCH] drm/i915: fix repeated words in comments

2022-08-29 Thread Jani Nikula
On Tue, 23 Aug 2022, Jilin Yuan wrote: > Delete the redundant word 'other'. > Delete the redundant word 'the'. > Delete the redundant word 'will'. > > Signed-off-by: Jilin Yuan Doesn't apply because some of the hunks were already fixed by other commits. BR, Jani. > --- > drivers/gpu/drm/i

Re: [PATCH] drm/i915: fix repeated words in comments

2022-08-29 Thread Jani Nikula
On Tue, 23 Aug 2022, wangjianli wrote: > Delete the redundant word 'the'. > > Signed-off-by: wangjianli Already fixed by commit 78f48aa6f50b ("drm/i915/irq: Fix a "the the" typo"). What is this sudden influx of patches fixing repeated words everywhere? BR, Jani. > --- > drivers/gpu/drm/i91