Re: [PATCH] checkpatch/coding-style: Allow 100 column lines

2020-05-30 Thread Joe Perches
On Sat, 2020-05-30 at 16:14 -0600, Andreas Dilger wrote: > On May 29, 2020, at 5:12 PM, Joe Perches wrote: > > Change the maximum allowed line length to 100 from 80. > > What is the benefit/motivation for changing this? The vast majority > of files are wrapped at 80 columns, and if some files st

Re: [PATCH] checkpatch/coding-style: Allow 100 column lines

2020-05-30 Thread Andreas Dilger
On May 29, 2020, at 5:12 PM, Joe Perches wrote: > > Change the maximum allowed line length to 100 from 80. What is the benefit/motivation for changing this? The vast majority of files are wrapped at 80 columns, and if some files start being wrapped at 100 columns they will either display poorly

Re: [PATCH] checkpatch/coding-style: Allow 100 column lines

2020-05-30 Thread Markus Elfring
> Change the maximum allowed line length to 100 from 80. > > Miscellanea: > > o to avoid unnecessary whitespace changes in files, > checkpatch will no longer emit a warning about line length > when scanning files unless --strict is also used > o Add a bit to coding-style about alignment to open

[PATCH] checkpatch/coding-style: Allow 100 column lines

2020-05-29 Thread Joe Perches
Change the maximum allowed line length to 100 from 80. Miscellanea: o to avoid unnecessary whitespace changes in files, checkpatch will no longer emit a warning about line length when scanning files unless --strict is also used o Add a bit to coding-style about alignment to open parenthesis