Re: [PATCH 10/12] drm: Fix modifiers_property kernel doc

2017-08-25 Thread Daniel Vetter
On Thu, Aug 24, 2017 at 10:10:58PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > 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: Da

[PATCH 10/12] drm: Fix modifiers_property kernel doc

2017-08-24 Thread ville . syrjala
From: Ville Syrjälä 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ä --- include/drm/drm_mode_config.h | 2 +- 1 file chang