]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checkpatch: update seq_<foo> tests
authorJoe Perches <joe@perches.com>
Tue, 5 Nov 2013 05:56:54 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:54 +0000 (16:56 +1100)
commitdd1e5dd12acad4e1794dc97f1b36341eccec8814
tree26370c846a0751c55dafae893c5f6df14847774f
parentaa9b061a980ed3af32b6ca5317e8e842e2b6aeb9
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>
scripts/checkpatch.pl