aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-04-21 16:17:27 -0400
committerDave Airlie <airlied@redhat.com>2016-04-26 19:36:21 -0400
commitf7a3e1dc8f2d800c0c796d0704cd6570e583e8e0 (patch)
treeb7c75a3d121dceba3ce1204d553e5371fbd07168
parent69056e9a43765f5ef7cbf3b9d3ffd4e597271956 (diff)
drm/qxl: remove XXX comment from the UAPI header
One cannot rename the struct at this point, so might as well remove the comment. Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Dave Airlie <airlied@redhat.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--include/uapi/drm/qxl_drm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/drm/qxl_drm.h b/include/uapi/drm/qxl_drm.h
index 4d1e32640463..826615d8e180 100644
--- a/include/uapi/drm/qxl_drm.h
+++ b/include/uapi/drm/qxl_drm.h
@@ -84,7 +84,6 @@ struct drm_qxl_command {
84 __u32 pad; 84 __u32 pad;
85}; 85};
86 86
87/* XXX: call it drm_qxl_commands? */
88struct drm_qxl_execbuffer { 87struct drm_qxl_execbuffer {
89 __u32 flags; /* for future use */ 88 __u32 flags; /* for future use */
90 __u32 commands_num; 89 __u32 commands_num;