On Tue, Oct 15, 2024 at 10:58:41AM -0700, Doug Anderson wrote: > On Tue, Oct 8, 2024 at 12:35 AM Chen-Yu Tsai <wenst@xxxxxxxxxxxx> wrote: > > > > +/** > > + * i2c_of_probe_simple_cleanup - Clean up and release resources for I2C OF prober simple helpers > > + * @dev: Pointer to the &struct device of the caller, only used for dev_printk() messages > > + * @data: Pointer to &struct i2c_of_probe_simple_ctx helper context. > > + * > > + * * If a regulator supply was found, disable that regulator and release it. > > nit: was the double "*" starting the line above intentional? I think so. This is documented in the kernel doc syntax. This gives proper lists in the rendered document. -- With Best Regards, Andy Shevchenko