Le lundi 17 juillet 2023 à 22:27 +0300, Andy Shevchenko a écrit : > On Mon, Jul 17, 2023 at 10:22 PM Paul Cercueil <paul@xxxxxxxxxxxxxxx> > wrote: > > Le lundi 17 juillet 2023 à 20:28 +0300, Andy Shevchenko a écrit : > > ... > > > > +static DEFINE_NOIRQ_DEV_PM_OPS(chv_pinctrl_pm_ops, > > > chv_pinctrl_suspend_noirq, chv_pinctrl_resume_noirq); > > > > That's over 100 characters, please break this line. > > If it's a problem, I prefer to shorten the names of the callbacks. > Would it work for you? > That works. -Paul