Re: [PATCH 3/3] drm: Fix kerneldocs for drm_plane modifiers

2017-11-20 Thread Daniel Vetter
On Tue, Nov 14, 2017 at 11:05:55PM +0200, Ville Syrjälä wrote: > On Tue, Nov 14, 2017 at 02:31:11PM -0500, Alex Deucher wrote: > > On Tue, Nov 14, 2017 at 2:10 PM, Ville Syrjala > > wrote: > > > From: Ville Syrjälä > > > > > > Add the missing kerneldoc for modifiers and modifier_count. > > > > >

Re: [PATCH 3/3] drm: Fix kerneldocs for drm_plane modifiers

2017-11-14 Thread Ville Syrjälä
On Tue, Nov 14, 2017 at 02:31:11PM -0500, Alex Deucher wrote: > On Tue, Nov 14, 2017 at 2:10 PM, Ville Syrjala > wrote: > > From: Ville Syrjälä > > > > Add the missing kerneldoc for modifiers and modifier_count. > > > > Cc: Ben Widawsky > > Cc: Daniel Vetter > > Suggested-by: Daniel Vetter > >

Re: [PATCH 3/3] drm: Fix kerneldocs for drm_plane modifiers

2017-11-14 Thread Alex Deucher
On Tue, Nov 14, 2017 at 2:10 PM, Ville Syrjala wrote: > From: Ville Syrjälä > > Add the missing kerneldoc for modifiers and modifier_count. > > Cc: Ben Widawsky > Cc: Daniel Vetter > Suggested-by: Daniel Vetter > Signed-off-by: Ville Syrjälä Series is: Reviewed-by: Alex Deucher > --- > in

[PATCH 3/3] drm: Fix kerneldocs for drm_plane modifiers

2017-11-14 Thread Ville Syrjala
From: Ville Syrjälä Add the missing kerneldoc for modifiers and modifier_count. Cc: Ben Widawsky Cc: Daniel Vetter Suggested-by: Daniel Vetter Signed-off-by: Ville Syrjälä --- include/drm/drm_plane.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/drm/drm_plane.h b/include/drm