diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2018-09-28 11:15:21 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2018-11-23 06:51:22 -0500 |
commit | 31aea15a846ca5756010fec87c6cf1091dec1c90 (patch) | |
tree | 653fabe254d1370fc106d98742907ce94d438dc3 | |
parent | c0ece6742d8025ddfc8584ac6bc656ff2c43cedf (diff) |
drm: rcar-du: Fix typo in comment
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>
-rw-r--r-- | drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_crtc.c b/drivers/gpu/drm/rcar-du/rcar_du_crtc.c index 17741843cf51..7406ffd1ab94 100644 --- a/drivers/gpu/drm/rcar-du/rcar_du_crtc.c +++ b/drivers/gpu/drm/rcar-du/rcar_du_crtc.c | |||
@@ -701,7 +701,7 @@ static void rcar_du_crtc_atomic_begin(struct drm_crtc *crtc, | |||
701 | * CRTC will be put later in .atomic_disable(). | 701 | * CRTC will be put later in .atomic_disable(). |
702 | * | 702 | * |
703 | * If a mode set is not in progress the CRTC is enabled, and the | 703 | * If a mode set is not in progress the CRTC is enabled, and the |
704 | * following get call will be a no-op. There is thus no need to belance | 704 | * following get call will be a no-op. There is thus no need to balance |
705 | * it in .atomic_flush() either. | 705 | * it in .atomic_flush() either. |
706 | */ | 706 | */ |
707 | rcar_du_crtc_get(rcrtc); | 707 | rcar_du_crtc_get(rcrtc); |