diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h index 95d7aad5cad35e646aef0b1e6cb6eaebde76fd47..966fe7daec6f57bc3087ac8a8c121f64d5253e3f 100644 --- a/include/drm/drm_mode.h +++ b/include/drm/drm_mode.h @@ -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;