From: Sunday Adelodun Date: Fri, 21 Nov 2025 11:12:02 +0000 (+0100) Subject: android: binderfs: add missing parameters in binder_ctl_ioctl()'s doc X-Git-Tag: v6.19-rc1~65^2~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77198581e0d05aae08a06f471e21a19ab0edaea2;p=thirdparty%2Flinux.git android: binderfs: add missing parameters in binder_ctl_ioctl()'s doc The kernel-doc comment for binder_ctl_ioctl() lacks descriptions for the @file, @cmd, and @arg parameters, which triggers warnings during documentation builds. Add the missing parameter descriptions to keep the kernel-doc consistent and free of warnings. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202511201725.ni2HZ2PP-lkp@intel.com/ Signed-off-by: Sunday Adelodun Link: https://patch.msgid.link/20251121111203.21800-1-adelodunolaoluwa@yahoo.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/android/binderfs.c b/drivers/android/binderfs.c index be8e64eb39ec5..47f6d1e5971e4 100644 --- a/drivers/android/binderfs.c +++ b/drivers/android/binderfs.c @@ -224,6 +224,9 @@ err: /** * binder_ctl_ioctl - handle binder device node allocation requests + * @file: The file pointer for the binder-control device node. + * @cmd: The ioctl command. + * @arg: The ioctl argument. * * The request handler for the binder-control device. All requests operate on * the binderfs mount the binder-control device resides in: