Re: [PATCH] mm: remove h from printk format specifier

2020-12-15 Thread Peter Zijlstra
On Tue, Dec 15, 2020 at 06:19:31AM -0800, t...@redhat.com wrote: > From: Tom Rix > > See Documentation/core-api/printk-formats.rst. > h should no longer be used in the format specifier for printk. I'm not going to be reading any RST gunk. If there's a sane reason, replicate it here, in plain tex

[PATCH] mm: remove h from printk format specifier

2020-12-15 Thread trix
From: Tom Rix See Documentation/core-api/printk-formats.rst. h should no longer be used in the format specifier for printk. Signed-off-by: Tom Rix --- arch/x86/mm/fault.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index