checkpatch: add %pt as a valid vsprintf extension
authorAlexandre Belloni <[email protected]>
Fri, 29 Mar 2019 03:44:32 +0000 (20:44 -0700)
committerLinus Torvalds <[email protected]>
Fri, 29 Mar 2019 17:01:37 +0000 (10:01 -0700)
commit4462996ea3cc6bcf3c4efbd7bd2514a15dd8ece4
tree3a41ee6a7a4fca20843baa5842705a85a1dde053
parentd2b2c6dd227ba5b8a802858748ec9a780cb75b47
checkpatch: add %pt as a valid vsprintf extension

Commit 4d42c44727a0 ("lib/vsprintf: Print time and date in human
readable format via %pt") introduced a new extension, %pt.

Add it in the list of valid extensions.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
Cc: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl