Re: [PATCH] infiniband hfi1: fix misuse of %x in ipoib_tx.c

From: Jason Gunthorpe
Date: Mon Sep 27 2021 - 13:42:52 EST


On Wed, Sep 22, 2021 at 09:48:57PM +0800, Guo Zhi wrote:
> Pointers should be printed with %p or %px rather than
> cast to (unsigned long long) and printed with %llx.
> Change %llx to %p to print the pointer.
>
> Signed-off-by: Guo Zhi <qtxuning1999@xxxxxxxxxxx>
> Acked-by: Mike Marciniszyn <mike.marciniszyn@xxxxxxxxxxxxxxxxxxxx>
> ---
> drivers/infiniband/hw/hfi1/ipoib_tx.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)

Applied to for-rc with a fixes line

Jason