]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm: rcar-du: Fix typo in comment
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 28 Sep 2018 15:15:21 +0000 (18:15 +0300)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 23 Nov 2018 11:51:22 +0000 (13:51 +0200)
Fix the misspelled 'belance' in a comment.

Reported-by: Ulrich Hecht <uli+renesas@fpond.eu>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_crtc.c

index 17741843cf519be7769047c24db32732551f7d24..7406ffd1ab944c1b3439ca9c0518ad1994d2c6d3 100644 (file)
@@ -701,7 +701,7 @@ static void rcar_du_crtc_atomic_begin(struct drm_crtc *crtc,
         * CRTC will be put later in .atomic_disable().
         *
         * If a mode set is not in progress the CRTC is enabled, and the
-        * following get call will be a no-op. There is thus no need to belance
+        * following get call will be a no-op. There is thus no need to balance
         * it in .atomic_flush() either.
         */
        rcar_du_crtc_get(rcrtc);