On Fri, Dec 29, 2023 at 11:24:35AM +0200, Petre Rodan wrote: > Fix indentation and whitespace in code that will not get refactored. > > Make URL inside comment copy-paste friendly. ... > ret = devm_request_irq(dev, data->irq, mpr_eoc_handler, > - IRQF_TRIGGER_RISING, client->name, data); > + IRQF_TRIGGER_RISING, > + client->name, > + data); The last two are perfectly located on a single line and be even coupled semantically together. No need to resend the patch just because of this, Jonathan can amend, I think, when applying. -- With Best Regards, Andy Shevchenko