On Thu, 26 Apr 2018 17:10:03 +0900 Masami Hiramatsu mhiramat@kernel.org wrote:
Replace %p with appropriate pointer types (or just remove it)
- Use %pS if possible
- Use %px only for the function right before BUG().
- Remove unneeded error message.
I'm not sure "right before BUG()" is legitimate for using %px. Why not still use %pS?
-- Steve