drm: fix typo in comment
authorRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Tue, 26 Apr 2022 13:19:12 +0000 (15:19 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 4 May 2022 12:09:34 +0000 (14:09 +0200)
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
drivers/gpu/drm/drm_color_mgmt.c

index 9079fbe21d2fd0df26cb9b7b8c5c41de6750b5fe..17c6c3eefcd661dd0bd0d64cb12663d5a9b55a12 100644 (file)
@@ -259,7 +259,7 @@ static bool drm_crtc_supports_legacy_gamma(struct drm_crtc *crtc)
  * @crtc: CRTC object
  * @red: red correction table
  * @green: green correction table
- * @blue: green correction table
+ * @blue: blue correction table
  * @size: size of the tables
  * @ctx: lock acquire context
  *