On Wed, Nov 01, 2023 at 11:07:35AM +0200, Sakari Ailus wrote: > fwnode_get_property_reference() may not be called with args argument NULL > on ACPI, OF already supports this. Add the missing NULL checks and > document this. > > The purpose is to be able to count the references. ... > + * @args: Location to store the returned reference with optional arguments (may > + * be NULL) I would wrap it as * @args: Location to store the returned reference with optional arguments * (may be NULL) -- With Best Regards, Andy Shevchenko