]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
drm: Add a missing ')'
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 19 Dec 2011 22:06:38 +0000 (00:06 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Dec 2011 10:01:42 +0000 (10:01 +0000)
The code happened to compile because the flag wasn't actually used yet.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drm_mode.h

index 95d7aad5cad35e646aef0b1e6cb6eaebde76fd47..966fe7daec6f57bc3087ac8a8c121f64d5253e3f 100644 (file)
@@ -268,7 +268,7 @@ struct drm_mode_fb_cmd {
        __u32 handle;
 };
 
-#define DRM_MODE_FB_INTERLACED (1<<0 /* for interlaced framebuffers */
+#define DRM_MODE_FB_INTERLACED (1<<0) /* for interlaced framebuffers */
 
 struct drm_mode_fb_cmd2 {
        __u32 fb_id;