Re: [PATCH 11/19] gpu: drm: panel: panel-simple: Fix 'struct panel_desc's header

2020-11-05 Thread Sam Ravnborg
Hi Lee On Thu, Nov 05, 2020 at 02:45:09PM +, Lee Jones wrote: > Struct headers should start with 'struct ' > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/panel/panel-simple.c:42: warning: Cannot understand * > @modes: Pointer to array of fixed modes appropriate f

Re: [PATCH 11/19] gpu: drm: panel: panel-simple: Fix 'struct panel_desc's header

2020-11-05 Thread Thierry Reding
On Thu, Nov 05, 2020 at 02:45:09PM +, Lee Jones wrote: > Struct headers should start with 'struct ' > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/panel/panel-simple.c:42: warning: Cannot understand * > @modes: Pointer to array of fixed modes appropriate for this

[PATCH 11/19] gpu: drm: panel: panel-simple: Fix 'struct panel_desc's header

2020-11-05 Thread Lee Jones
Struct headers should start with 'struct ' Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/panel/panel-simple.c:42: warning: Cannot understand * @modes: Pointer to array of fixed modes appropriate for this panel. If Cc: Thierry Reding Cc: Sam Ravnborg Cc: David Airlie Cc: