checkpatch: improve seq_print->seq_puts suggestion
authorHeba Aamer <[email protected]>
Fri, 13 Feb 2015 22:38:49 +0000 (14:38 -0800)
committerLinus Torvalds <[email protected]>
Sat, 14 Feb 2015 05:21:40 +0000 (21:21 -0800)
commitcaac1d5fddf2d55e1e1fd6d86f6fc178c801e286
tree6a903f936b70146365303d8017fb1d5d34e7f150
parentf8e58219dc58cce633697fe15e6c5597bedb296b
checkpatch: improve seq_print->seq_puts suggestion

Improve the format specifier test by removing any %% before looking for
any remaining % format specifier.

Signed-off-by: Heba Aamer <[email protected]>
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl