From: Ville Syrjälä Date: Thu, 24 Aug 2017 19:10:58 +0000 (+0300) Subject: drm: Fix modifiers_property kernel doc X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=dadcc5e02f675947b22bfd2df14dbf77f6888613;p=openwrt%2Fstaging%2Fblogic.git drm: Fix modifiers_property kernel doc The member is called 'modifiers_property' instead of 'modifiers'. Adjust the kernel docs to match. Cc: dri-devel@lists.freedesktop.org Cc: Ben Widawsky Cc: Jason Ekstrand Cc: Daniel Stone Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20170824191100.10949-11-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter --- diff --git a/include/drm/drm_mode_config.h b/include/drm/drm_mode_config.h index 1b37368416c8..6040c4b73e6d 100644 --- a/include/drm/drm_mode_config.h +++ b/include/drm/drm_mode_config.h @@ -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;