On Tue, Sep 03, 2024 at 03:21:15PM +0200, Arnd Bergmann wrote: > On Tue, Sep 3, 2024, at 12:19, Marek Behún wrote: > > There are 7 more places in the code where the 100 column limit can be > > used to make the code more uniform. Do it. > > > > Signed-off-by: Marek Behún <kabel@xxxxxxxxxx> > > I feel like it's ok to use either 80-character or 100-character line > lengths in a file, but I don't see much value in changing from one to > another here, maybe just drop this patch. By either-or you mean exclusive or inclusive OR? The driver already has some lines at 80 and other at 100, so I just wanted to convert to 100 completely. But I don't mind dropping it.