checkpatch: allow control over line length warning, default remains 80
authorJoe Perches <joe@perches.com>
Tue, 18 Dec 2012 00:01:54 +0000 (16:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:19 +0000 (17:15 -0800)
commit6cd7f3869c925622bbf420e1107a026d91dbd7f2
tree23c356d279579726f68ddfdebe54d4e469e25572
parent03df4b51f33e1fdd35fe7bc19f1f450726395207
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>
scripts/checkpatch.pl