]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a388c818ae0c654e7636d2b117719df95f80c5c
tree6a903f936b70146365303d8017fb1d5d34e7f150
parent07894a46752e657e1b476ff00000c2dd1cb44305
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