]> 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)
commita9829580384263f992300b97cd3ad9e5074a1014
tree3a41ee6a7a4fca20843baa5842705a85a1dde053
parent6966493e396b77f06e01e62ce9b98cb9002c5f48
checkpatch: add %pt as a valid vsprintf extension

Commit 2b4fb1dc45bb ("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