Skip to content

Commit 7719858

Browse files
sadelodungregkh
authored andcommitted
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>
1 parent c938fdd commit 7719858

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/android/binderfs.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ static int binderfs_binder_device_create(struct inode *ref_inode,
224224

225225
/**
226226
* 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.
227230
*
228231
* The request handler for the binder-control device. All requests operate on
229232
* the binderfs mount the binder-control device resides in:

0 commit comments

Comments
 (0)