On Wed, Nov 02, 2022 at 11:40:53AM +0800, Yang Yingliang wrote: > Add missing devm_i2c_add_adapter() to devres.rst. It's introduced by > commit 07740c92ae57 ("i2c: core: add managed function for adding i2c > adapters"). Okay, Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Fixes: 07740c92ae57 ("i2c: core: add managed function for adding i2c adapters") > Cc: Yicong Yang <yangyicong@xxxxxxxxxxxxx> > Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > Cc: Dmitry Osipenko <digetx@xxxxxxxxx> > Cc: Wolfram Sang <wsa@xxxxxxxxxx> > Cc: Jonathan Corbet <corbet@xxxxxxx> Next time, please use --cc when sending patches, instead of Cc'ing explicitly in the body of the message. The rationale is that we have this email in the archives anyway and every additional byte in the commit message is a waste of resources (storage, energy and as a result not so environment friendly). > Signed-off-by: Yang Yingliang <yangyingliang@xxxxxxxxxx> > --- > Documentation/driver-api/driver-model/devres.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst > index 853396d19419..ec97261530da 100644 > --- a/Documentation/driver-api/driver-model/devres.rst > +++ b/Documentation/driver-api/driver-model/devres.rst > @@ -280,6 +280,7 @@ GPIO > > I2C > devm_i2c_new_dummy_device() > + devm_i2c_add_adapter() Perhaps keep this list ordered? -- With Best Regards, Andy Shevchenko