Re: [PATCH] drm: Fix htmldocs warnings in drm_fourcc.c

2018-11-07 Thread Sean Paul
On Wed, Nov 7, 2018 at 4:13 PM Daniel Vetter wrote: > > On Wed, Nov 07, 2018 at 03:55:33PM -0500, Sean Paul wrote: > > From: Sean Paul > > > > Add a description for dev and remove the excess one for native. Fixes > > the following warnings: > > > > ../drivers/gpu/drm/drm_fourcc.c:112: warning: Fu

Re: [PATCH] drm: Fix htmldocs warnings in drm_fourcc.c

2018-11-07 Thread Daniel Vetter
On Wed, Nov 07, 2018 at 03:55:33PM -0500, Sean Paul wrote: > From: Sean Paul > > Add a description for dev and remove the excess one for native. Fixes > the following warnings: > > ../drivers/gpu/drm/drm_fourcc.c:112: warning: Function parameter or member > 'dev' not described in 'drm_driver_le

[PATCH] drm: Fix htmldocs warnings in drm_fourcc.c

2018-11-07 Thread Sean Paul
From: Sean Paul Add a description for dev and remove the excess one for native. Fixes the following warnings: ../drivers/gpu/drm/drm_fourcc.c:112: warning: Function parameter or member 'dev' not described in 'drm_driver_legacy_fb_format' ../drivers/gpu/drm/drm_fourcc.c:112: warning: Excess func