Re: [PATCH 1/3] media: v4l2-ctrls.h: better document the arguments for v4l2_ctrl_fill

2017-08-11 Thread Hans Verkuil
On 11/08/17 11:10, Mauro Carvalho Chehab wrote: > Em Fri, 11 Aug 2017 08:01:58 +0200 > Hans Verkuil escreveu: > >> On 11/08/17 02:16, Mauro Carvalho Chehab wrote: >>> The arguments for this function are pointers. Make it clear at >>> its documentation. >>> >>> Signed-off-by: Mauro Carvalho Chehab

Re: [PATCH 1/3] media: v4l2-ctrls.h: better document the arguments for v4l2_ctrl_fill

2017-08-11 Thread Mauro Carvalho Chehab
Em Fri, 11 Aug 2017 08:01:58 +0200 Hans Verkuil escreveu: > On 11/08/17 02:16, Mauro Carvalho Chehab wrote: > > The arguments for this function are pointers. Make it clear at > > its documentation. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > include/media/v4l2-ctrls.h | 18 +++

Re: [PATCH 1/3] media: v4l2-ctrls.h: better document the arguments for v4l2_ctrl_fill

2017-08-10 Thread Hans Verkuil
On 11/08/17 02:16, Mauro Carvalho Chehab wrote: > The arguments for this function are pointers. Make it clear at > its documentation. > > Signed-off-by: Mauro Carvalho Chehab > --- > include/media/v4l2-ctrls.h | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) > > diff -

[PATCH 1/3] media: v4l2-ctrls.h: better document the arguments for v4l2_ctrl_fill

2017-08-10 Thread Mauro Carvalho Chehab
The arguments for this function are pointers. Make it clear at its documentation. Signed-off-by: Mauro Carvalho Chehab --- include/media/v4l2-ctrls.h | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h ind