Re: [PATCH] IB/hfi1: remove h from printk format specifier

2021-01-07 Thread Jason Gunthorpe
On Tue, Dec 15, 2020 at 10:35:09AM -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. > > Signed-off-by: Tom Rix > Acked-by: Mike Marciniszyn > --- >

Re: [PATCH] IB/hfi1: remove h from printk format specifier

2020-12-15 Thread Mike Marciniszyn
On 12/15/2020 1:35 PM, 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. Signed-off-by: Tom Rix --- drivers/infiniband/hw/hfi1/sdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] IB/hfi1: 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 --- drivers/infiniband/hw/hfi1/sdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/hfi1/sdma.c