[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210927174243.GA1535288@nvidia.com>
Date: Mon, 27 Sep 2021 14:42:43 -0300
From: Jason Gunthorpe <jgg@...dia.com>
To: Guo Zhi <qtxuning1999@...u.edu.cn>
Cc: mike.marciniszyn@...nelisnetworks.com,
dennis.dalessandro@...nelisnetworks.com, dledford@...hat.com,
linux-rdma@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] infiniband hfi1: fix misuse of %x in ipoib_tx.c
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@...u.edu.cn>
> Acked-by: Mike Marciniszyn <mike.marciniszyn@...nelisnetworks.com>
> ---
> drivers/infiniband/hw/hfi1/ipoib_tx.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Applied to for-rc with a fixes line
Jason
Powered by blists - more mailing lists