commit | 6cd7f3869c925622bbf420e1107a026d91dbd7f2 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Dec 17 16:01:54 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Dec 17 17:15:19 2012 -0800 |
tree | 23c356d279579726f68ddfdebe54d4e469e25572 | |
parent | 03df4b51f33e1fdd35fe7bc19f1f450726395207 [diff] |
checkpatch: allow control over line length warning, default remains 80 Some projects might want a longer line length so allow a command line --max-line-length=n control over the long line warnings. The default line length is 80. Signed-off-by: Joe Perches <joe@perches.com> Cc: Constantine Shulyupin <const@makelinux.com> Cc: Andy Whitcroft <apw@canonical.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>