commit | 066687279ccf5e9e935f7780c4b311d18ebaf977 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Nov 12 15:10:07 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 13 12:09:24 2013 +0900 |
tree | 389261e12f14f4ac8af609f55cb4c728133ccc7e | |
parent | d8b077101bcfbd36701c18bfda04fd74648d5d35 [diff] |
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>