summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>2022-04-26 15:19:12 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2022-05-04 14:09:34 +0200
commit420f95b0ad603165684528276ca9bf1a290bfb4e (patch)
tree59c0476321c116d00eea8a3a288f8bd9ea8d36ef
parent604be85547ce4d61b89292d2f9a78c721b778c16 (diff)
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
-rw-r--r--drivers/gpu/drm/drm_color_mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_color_mgmt.c b/drivers/gpu/drm/drm_color_mgmt.c
index 9079fbe21d2f..17c6c3eefcd6 100644
--- a/drivers/gpu/drm/drm_color_mgmt.c
+++ b/drivers/gpu/drm/drm_color_mgmt.c
@@ -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
*