checkpatch: update seq_<foo> tests
authorJoe Perches <joe@perches.com>
Tue, 12 Nov 2013 23:10:07 +0000 (15:10 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Nov 2013 03:09:24 +0000 (12:09 +0900)
commit066687279ccf5e9e935f7780c4b311d18ebaf977
tree389261e12f14f4ac8af609f55cb4c728133ccc7e
parentd8b077101bcfbd36701c18bfda04fd74648d5d35
checkpatch: update seq_<foo> tests

seq_vprintf, seq_printf and seq_puts are logging functions and should be
allowed to exceed the maximium line length.

Add maximum line length exceptions for these functions.

Also, suggesting seq_printf conversions to seq_puts should be tested for
arguments after the format.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl