Re: [PATCH 10/24] media: v4l2-subdev: use kernel-doc markups to document subdev flags

2017-10-09 Thread Sakari Ailus
Hi Mauro, On Mon, Oct 09, 2017 at 07:19:16AM -0300, Mauro Carvalho Chehab wrote: > Right now, those are documented together with the subdev struct, > instead of together with the definitions. > > Convert the definitions to an enum, use BIT() macros and document > it at its right place. > > Signe

[PATCH 10/24] media: v4l2-subdev: use kernel-doc markups to document subdev flags

2017-10-09 Thread Mauro Carvalho Chehab
Right now, those are documented together with the subdev struct, instead of together with the definitions. Convert the definitions to an enum, use BIT() macros and document it at its right place. Signed-off-by: Mauro Carvalho Chehab --- include/media/v4l2-subdev.h | 36 -