Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202511201725.ni2HZ2PP-lkp@intel.com/
Signed-off-by: Sunday Adelodun <adelodunolaoluwa@yahoo.com>
Link: https://patch.msgid.link/20251121111203.21800-1-adelodunolaoluwa@yahoo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sunday Adelodun and committed by
Greg Kroah-Hartman
77198581 c938fdd8

+3
+3
drivers/android/binderfs.c
··· 224 224 225 225 /** 226 226 * binder_ctl_ioctl - handle binder device node allocation requests 227 + * @file: The file pointer for the binder-control device node. 228 + * @cmd: The ioctl command. 229 + * @arg: The ioctl argument. 227 230 * 228 231 * The request handler for the binder-control device. All requests operate on 229 232 * the binderfs mount the binder-control device resides in: