On Tue, Mar 28, 2023 at 05:48:35PM +0300, Sakari Ailus wrote: > > > +/** > > > + * acpi_bus_handle_postpone - Add an ACPI handle to a given postponed list > > > + * @handle: The ACPI handle > > > + * @head: Postponed list head > > > + * > > > + * Add a given ACPI handle to a list of ACPI objects for which the creation > > > + * of the device objects is to be postponed. > > > > `kernel-doc -v ...` complains on the absence of Return section. Is it the same > > for you? > > That may well be. These comments wouldn't necessarily even need to be > kernel-doc as the rest isn't so documented either. I can of course fix the > error while leaving these kernel-doc. No warning is produced here. That would seem like a false positive as the function returns void. -- Sakari Ailus