Re: [PATCHv2] v4l2-ctrl.h: fix comments

2016-06-15 Thread Sakari Ailus
On Wed, Jun 15, 2016 at 02:57:48PM +0200, Hans Verkuil wrote: > The comments for the unlocked v4l2_ctrl_s_ctrl* functions were wrong (copy > and pasted from the locked variants). Fix this, since it is confusing. > > Signed-off-by: Hans Verkuil Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sa

[PATCHv2] v4l2-ctrl.h: fix comments

2016-06-15 Thread Hans Verkuil
The comments for the unlocked v4l2_ctrl_s_ctrl* functions were wrong (copy and pasted from the locked variants). Fix this, since it is confusing. Signed-off-by: Hans Verkuil --- Fixed the v4l2_ctrl_s_ctrl_int64() comment, which was inadvertently changed as well. Thanks to Ian Arkver for reportin