Quoting Andy Shevchenko (2024-08-20 03:20:44) > On Mon, Aug 19, 2024 at 03:38:24PM -0700, Stephen Boyd wrote: > > include/linux/property.h | 5 +++-- > > > -typedef void *(*devcon_match_fn_t)(const struct fwnode_handle *fwnode, const char *id, > > - void *data); > > +typedef void *(*devcon_match_fn_t)(const struct fwnode_handle *fwnode, > > + const struct fwnode_handle *endpoint, > > + const char *id, void *data); > > Seems there is no explanation of the parameters here, can we add a kernel-doc > to this typedef (may be a separate patch)? Sure. I'll throw in another patch.