]> asedeno.scripts.mit.edu Git - linux.git/commit
timer/trace: Replace deprecated vsprintf pointer extension %pf by %ps
authorAnna-Maria Gleixner <anna-maria@linutronix.de>
Thu, 21 Mar 2019 12:09:20 +0000 (13:09 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 24 Mar 2019 19:29:33 +0000 (20:29 +0100)
commit6849cbb0f9a8dbc1ba56e9abc6955613103e01e3
tree4f95a2471e83305ec139e3d7400db58a5f4ff94d
parentdc1e7dc5ac6254ba0502323381a7ec847e408f1d
timer/trace: Replace deprecated vsprintf pointer extension %pf by %ps

Since commit 04b8eb7a4ccd ("symbol lookup: introduce
dereference_symbol_descriptor()") %pf is deprecated, because %ps is smart
enough to handle function pointer dereference on platforms where such a
dereference is required.

While at it add proper line breaks to stay in the 80 character limit.

Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: fweisbec@gmail.com
Cc: peterz@infradead.org
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: https://lkml.kernel.org/r/20190321120921.16463-4-anna-maria@linutronix.de
include/trace/events/timer.h