]> Gentwo Git Trees - linux/.git/commit
android: binderfs: add missing parameters in binder_ctl_ioctl()'s doc
authorSunday Adelodun <adelodunolaoluwa@yahoo.com>
Fri, 21 Nov 2025 11:12:02 +0000 (12:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2025 12:26:29 +0000 (13:26 +0100)
commit77198581e0d05aae08a06f471e21a19ab0edaea2
treee001f17ff125e042cca1106f83615e4c3b2bb97d
parentc938fdd82fac65dfb64cf92e3825f125af7ab315
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>
drivers/android/binderfs.c