drm: Fix modifiers_property kernel doc
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 24 Aug 2017 19:10:58 +0000 (22:10 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 14 Nov 2017 18:44:14 +0000 (20:44 +0200)
The member is called 'modifiers_property' instead of 'modifiers'. Adjust
the kernel docs to match.

Cc: dri-devel@lists.freedesktop.org
Cc: Ben Widawsky <ben@bwidawsk.net>
Cc: Jason Ekstrand <jason@jlekstrand.net>
Cc: Daniel Stone <daniels@collabora.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170824191100.10949-11-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drm_mode_config.h

index 1b37368..6040c4b 100644 (file)
@@ -758,7 +758,7 @@ struct drm_mode_config {
        bool allow_fb_modifiers;
 
        /**
-        * @modifiers: Plane property to list support modifier/format
+        * @modifiers_property: Plane property to list support modifier/format
         * combination.
         */
        struct drm_property *modifiers_property;