Unverified Commit 2556e1a8 authored by wangjianli's avatar wangjianli Committed by Maxime Ripard
Browse files

gpu/drm: fix repeated words in comments

parent 7e160d9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ static u32 clip_scaled(int src, int dst, int *clip)
 * @dst: destination window rectangle
 * @clip: clip rectangle
 *
 * Clip rectangle @dst by rectangle @clip. Clip rectangle @src by the
 * Clip rectangle @dst by rectangle @clip. Clip rectangle @src by
 * the corresponding amounts, retaining the vertical and horizontal scaling
 * factors from @src to @dst.
 *