Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: fix typo in comment

Fix typo in a doxygen comment (replaced green by blue) in drm_color_mgmt.c

Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20220426131912.3850354-1-raphael.gallais-pou@foss.st.com

authored by

Raphael Gallais-Pou and committed by
Daniel Vetter
420f95b0 604be855

+1 -1
+1 -1
drivers/gpu/drm/drm_color_mgmt.c
··· 259 259 * @crtc: CRTC object 260 260 * @red: red correction table 261 261 * @green: green correction table 262 - * @blue: green correction table 262 + * @blue: blue correction table 263 263 * @size: size of the tables 264 264 * @ctx: lock acquire context 265 265 *