Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5edbfc47 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/rect: Fix formatting of example code



Drive-by polish.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1483044517-5770-9-git-send-email-daniel.vetter@ffwll.ch
parent f5a8d877
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ EXPORT_SYMBOL(drm_rect_rotate);
 * to the vertical axis of the original untransformed
 * coordinate space, so that you never have to flip
 * them when doing a rotatation and its inverse.
 * That is, if you do:
 * That is, if you do ::
 *
 *     drm_rotate(&r, width, height, rotation);
 *     drm_rotate_inv(&r, width, height, rotation);