checkpatch: improve seq_print->seq_puts suggestion
authorHeba Aamer <heba93aamer@gmail.com>
Fri, 13 Feb 2015 22:38:49 +0000 (14:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <heba93aamer@gmail.com>
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