Re: [PATCH, resend 1/1] x86/kernel: re-use %*ph specifier

2015-10-11 Thread Thomas Gleixner
On Fri, 2 Oct 2015, Andy Shevchenko wrote: > %*ph specifier allows to dump data in hex format using the poiter to a buffer. > This is suitable to use here. > > Signed-off-by: Andy Shevchenko > --- > arch/x86/kernel/jump_label.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > di

[PATCH, resend 1/1] x86/kernel: re-use %*ph specifier

2015-10-02 Thread Andy Shevchenko
%*ph specifier allows to dump data in hex format using the poiter to a buffer. This is suitable to use here. Signed-off-by: Andy Shevchenko --- arch/x86/kernel/jump_label.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/jump_label.c b/arch/x86/kernel/jump