X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fmedia%2Fv4l2-subdev.h;h=a4848de598521cece646f2b023009044b18c5726;hb=60d70d75c12db7979da56cf02b4c8a4fcb8efb46;hp=761aa83a3f3ce50988fb567e4c4a8790fcadd7c1;hpb=204c7b3c066f48cb636cdd36fe69dc5cea2c513d;p=mirror_ubuntu-jammy-kernel.git diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index 761aa83a3f3c..a4848de59852 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h @@ -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); */