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

2022-10-06 Thread Jani Nikula
On Wed, 07 Sep 2022, Jilin Yuan wrote: > Delete the redundant word 'on'. > > Signed-off-by: Jilin Yuan Thanks for the patch, pushed to drm-misc-next. BR, Jani. > --- > drivers/gpu/drm/drm_edid.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/drm_edid.

[PATCH] drm/edid: fix repeated words in comments

2022-09-07 Thread Jilin Yuan
Delete the redundant word 'on'. Signed-off-by: Jilin Yuan --- drivers/gpu/drm/drm_edid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 4005dab6147d..25866b568d6b 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/driv