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