]> Gentwo Git Trees - linux/.git/commit
android: binder: add missing return value documentation for binder_apply_fd_fixups()
authorSunday Adelodun <adelodunolaoluwa@yahoo.com>
Fri, 21 Nov 2025 11:12:03 +0000 (12:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2025 12:26:39 +0000 (13:26 +0100)
commit1e9a37d35a0ea658df7b5d64889ec2bd529f46d6
tree9ed9d6c275fb67d06d49f157cf1eb1cfbc394a71
parent77198581e0d05aae08a06f471e21a19ab0edaea2
android: binder: add missing return value documentation for binder_apply_fd_fixups()

The kernel-doc for binder_apply_fd_fixups() was missing a description of
its return value, which triggers a kernel-doc warning.

Add the missing "Return:" entry to doc that the function returns 0 on
success or a negative errno on failure.

Signed-off-by: Sunday Adelodun <adelodunolaoluwa@yahoo.com>
Link: https://patch.msgid.link/20251121111203.21800-2-adelodunolaoluwa@yahoo.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c