diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2016-04-21 22:17:27 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-04-27 01:36:21 +0200 |
commit | f7a3e1dc8f2d800c0c796d0704cd6570e583e8e0 (patch) | |
tree | b7c75a3d121dceba3ce1204d553e5371fbd07168 /include/uapi/drm/qxl_drm.h | |
parent | Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-next (diff) | |
download | linux-f7a3e1dc8f2d800c0c796d0704cd6570e583e8e0.tar.xz linux-f7a3e1dc8f2d800c0c796d0704cd6570e583e8e0.zip |
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>
Diffstat (limited to 'include/uapi/drm/qxl_drm.h')
-rw-r--r-- | include/uapi/drm/qxl_drm.h | 1 |
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 { __u32 pad; }; -/* XXX: call it drm_qxl_commands? */ struct drm_qxl_execbuffer { __u32 flags; /* for future use */ __u32 commands_num; |