mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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>
This commit is contained in:
parent
c0ece6742d
commit
31aea15a84
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue