]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/media/v4l2-subdev.h
media: v4l2: Switch to new kerneldoc syntax for named variable macro arguments
[mirror_ubuntu-jammy-kernel.git] / include / media / v4l2-subdev.h
index 761aa83a3f3ce50988fb567e4c4a8790fcadd7c1..a4848de598521cece646f2b023009044b18c5726 100644 (file)
@@ -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);
  */