Re: [PATCH 11/15] drm/doc: move struct drm_crtc to in-line comments

2018-07-13 Thread Sean Paul
On Mon, Jul 09, 2018 at 10:40:12AM +0200, Daniel Vetter wrote: > And clean them up a bit, as usual. > > Signed-off-by: Daniel Vetter > --- > include/drm/drm_crtc.h | 126 +++-- > 1 file changed, 97 insertions(+), 29 deletions(-) > > diff --git a/include/drm/d

[PATCH 11/15] drm/doc: move struct drm_crtc to in-line comments

2018-07-09 Thread Daniel Vetter
And clean them up a bit, as usual. Signed-off-by: Daniel Vetter --- include/drm/drm_crtc.h | 126 +++-- 1 file changed, 97 insertions(+), 29 deletions(-) diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 5afe2deb76b7..0cfc098f31d3 100644 ---