Re: [PATCH] drm: fix typo in comment

2022-05-04 Thread Daniel Vetter
On Tue, Apr 26, 2022 at 03:19:12PM +0200, Raphael Gallais-Pou wrote: > Fix typo in a doxygen comment (replaced green by blue) in drm_color_mgmt.c > > Signed-off-by: Raphael Gallais-Pou Thanks for your patch, applied to drm-misc-next. -Daniel > --- > drivers/gpu/drm/drm_color_mgmt.c | 2 +- > 1

[PATCH] drm: fix typo in comment

2022-04-26 Thread Raphael Gallais-Pou
Fix typo in a doxygen comment (replaced green by blue) in drm_color_mgmt.c Signed-off-by: Raphael Gallais-Pou --- drivers/gpu/drm/drm_color_mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_color_mgmt.c b/drivers/gpu/drm/drm_color_mgmt.c index 9079fbe