On Fri, Jun 05, 2020 at 10:46:57AM +0200, Nicolas Saenz Julienne wrote: > > -static irqreturn_t bcm2835_spi_interrupt(int irq, void *dev_id) > > +static inline irqreturn_t bcm2835_spi_interrupt_common(struct spi_controller > > *ctlr, > > + u32 cs) > Keep in mind the new 100 character limit. That's more about stopping people doing awful contortions to shut checkpatch up than saying that it's a particularly good idea to lengthen lines.