Re: [PATCH 2/2] android: binder: add missing return value documentation for binder_apply_fd_fixups()
From: Carlos Llamas
Date: Wed Dec 03 2025 - 19:47:01 EST
On Tue, Dec 02, 2025 at 05:11:40PM +0000, Carlos Llamas wrote:
> On Fri, Nov 21, 2025 at 12:12:03PM +0100, Sunday Adelodun wrote:
> > The kernel-doc for binder_apply_fd_fixups() was missing a description of
> > its return value, which triggers a kernel-doc warning.
>
> How does one trigger this warning? Was there a report of this? Can you
> add the warning you see to the commit message?
Ha! I guess one needs to ask for this warn:
$ ./scripts/kernel-doc -Wreturn drivers/android/binder.c > /dev/null
Warning: drivers/android/binder.c:4674 No description found for return value of 'binder_apply_fd_fixups'