Re: [PATCH] drm: panel: Fully transition panel_desc kerneldoc to inline style

2020-12-05 Thread Sam Ravnborg
Hi Douglas, On Tue, Dec 01, 2020 at 12:59:12PM -0800, Douglas Anderson wrote: > In commit 131f909ad55f ("drm: panel: simple: Fixup the struct > panel_desc kernel doc") I transitioned the more deeply nested > kerneldoc comments into the inline style. Apparently it is desirable > to continue the jo

[PATCH] drm: panel: Fully transition panel_desc kerneldoc to inline style

2020-12-01 Thread Douglas Anderson
In commit 131f909ad55f ("drm: panel: simple: Fixup the struct panel_desc kernel doc") I transitioned the more deeply nested kerneldoc comments into the inline style. Apparently it is desirable to continue the job and move _everything_ in this struct to inline. Let's do it. While doing this, we al