mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 07:34:12 +08:00
media: v4l2: Switch to new kerneldoc syntax for named variable macro arguments
The new syntax is available since commit 43756e347f
("scripts/kernel-doc: Add support for named variable macro arguments").
The same HTML output is produced with and without this patch.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
204c7b3c06
commit
60d70d75c1
@ -240,7 +240,7 @@ static inline bool v4l2_device_supports_requests(struct v4l2_device *v4l2_dev)
|
||||
* @f: operation function that will be called if @cond matches.
|
||||
* The operation functions are defined in groups, according to
|
||||
* each element at &struct v4l2_subdev_ops.
|
||||
* @args...: arguments for @f.
|
||||
* @args: arguments for @f.
|
||||
*
|
||||
* Ignore any errors.
|
||||
*
|
||||
@ -265,7 +265,7 @@ static inline bool v4l2_device_supports_requests(struct v4l2_device *v4l2_dev)
|
||||
* @f: operation function that will be called if @cond matches.
|
||||
* The operation functions are defined in groups, according to
|
||||
* each element at &struct v4l2_subdev_ops.
|
||||
* @args...: arguments for @f.
|
||||
* @args: arguments for @f.
|
||||
*
|
||||
* Ignore any errors.
|
||||
*
|
||||
@ -293,7 +293,7 @@ static inline bool v4l2_device_supports_requests(struct v4l2_device *v4l2_dev)
|
||||
* @f: operation function that will be called if @cond matches.
|
||||
* The operation functions are defined in groups, according to
|
||||
* each element at &struct v4l2_subdev_ops.
|
||||
* @args...: arguments for @f.
|
||||
* @args: arguments for @f.
|
||||
*
|
||||
* Return:
|
||||
*
|
||||
@ -328,7 +328,7 @@ static inline bool v4l2_device_supports_requests(struct v4l2_device *v4l2_dev)
|
||||
* @f: operation function that will be called if @cond matches.
|
||||
* The operation functions are defined in groups, according to
|
||||
* each element at &struct v4l2_subdev_ops.
|
||||
* @args...: arguments for @f.
|
||||
* @args: arguments for @f.
|
||||
*
|
||||
* Return:
|
||||
*
|
||||
@ -359,7 +359,7 @@ static inline bool v4l2_device_supports_requests(struct v4l2_device *v4l2_dev)
|
||||
* @f: operation function that will be called if @cond matches.
|
||||
* The operation functions are defined in groups, according to
|
||||
* each element at &struct v4l2_subdev_ops.
|
||||
* @args...: arguments for @f.
|
||||
* @args: arguments for @f.
|
||||
*
|
||||
* Ignore any errors.
|
||||
*
|
||||
@ -388,7 +388,7 @@ static inline bool v4l2_device_supports_requests(struct v4l2_device *v4l2_dev)
|
||||
* @f: operation function that will be called if @cond matches.
|
||||
* The operation functions are defined in groups, according to
|
||||
* each element at &struct v4l2_subdev_ops.
|
||||
* @args...: arguments for @f.
|
||||
* @args: arguments for @f.
|
||||
*
|
||||
* Return:
|
||||
*
|
||||
@ -419,7 +419,7 @@ static inline bool v4l2_device_supports_requests(struct v4l2_device *v4l2_dev)
|
||||
* @f: operation function that will be called if @cond matches.
|
||||
* The operation functions are defined in groups, according to
|
||||
* each element at &struct v4l2_subdev_ops.
|
||||
* @args...: arguments for @f.
|
||||
* @args: arguments for @f.
|
||||
*
|
||||
* Ignore any errors.
|
||||
*
|
||||
@ -447,7 +447,7 @@ static inline bool v4l2_device_supports_requests(struct v4l2_device *v4l2_dev)
|
||||
* @f: operation function that will be called if @cond matches.
|
||||
* The operation functions are defined in groups, according to
|
||||
* each element at &struct v4l2_subdev_ops.
|
||||
* @args...: arguments for @f.
|
||||
* @args: arguments for @f.
|
||||
*
|
||||
* Return:
|
||||
*
|
||||
|
@ -1093,7 +1093,7 @@ extern const struct v4l2_subdev_ops v4l2_subdev_call_wrappers;
|
||||
* @f: callback function to be called.
|
||||
* The callback functions are defined in groups, according to
|
||||
* each element at &struct v4l2_subdev_ops.
|
||||
* @args...: arguments for @f.
|
||||
* @args: arguments for @f.
|
||||
*
|
||||
* Example: err = v4l2_subdev_call(sd, video, s_std, norm);
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user