Commit 420f95b0 authored by Raphael Gallais-Pou's avatar Raphael Gallais-Pou Committed by Daniel Vetter
Browse files

drm: fix typo in comment

parent 604be855
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *