浏览代码

drm/blend: Fix comment typ-o

Fix DRM_REFELCT_Y -> DRM_REFLECT_Y.

Signed-off-by: Robert Foss <robert.foss@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20170519205017.23307-1-robert.foss@collabora.com
Robert Foss 8 年之前
父节点
当前提交
a18e6621d2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/gpu/drm/drm_blend.c

+ 1 - 1
drivers/gpu/drm/drm_blend.c

@@ -129,7 +129,7 @@
  * 	"rotate-270"
  * 	"rotate-270"
  * DRM_REFLECT_X:
  * DRM_REFLECT_X:
  * 	"reflect-x"
  * 	"reflect-x"
- * DRM_REFELCT_Y:
+ * DRM_REFLECT_Y:
  * 	"reflect-y"
  * 	"reflect-y"
  *
  *
  * Rotation is the specified amount in degrees in counter clockwise direction,
  * Rotation is the specified amount in degrees in counter clockwise direction,