]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: add %pt as a valid vsprintf extension
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 29 Mar 2019 03:44:32 +0000 (20:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 29 Mar 2019 17:01:37 +0000 (10:01 -0700)
commitd4b232e6e818bd0007d067f218489c1b4e16d577
tree3a41ee6a7a4fca20843baa5842705a85a1dde053
parent150d3dcff1b0deff14070235a64ed06322e32261
checkpatch: add %pt as a valid vsprintf extension

Commit d72510f215e8 ("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/20190314203719.29130-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: 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