Skip to content

Commit 08af591

Browse files
Dennis Dalessandrodledford
authored andcommitted
IB/hfi1: Convert %Lx to %llx
According to checkpatch %Lx is not standard C so remove it and use the suggested %llx. Fixes: 7724105 ("IB/hfi1: add driver files") Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
1 parent a498fbc commit 08af591

File tree

1 file changed

+1
-1
lines changed
  • drivers/infiniband/hw/hfi1

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/hfi1/pcie.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ pci_mmio_enabled(struct pci_dev *pdev)
583583
if (words == ~0ULL)
584584
ret = PCI_ERS_RESULT_NEED_RESET;
585585
dd_dev_info(dd,
586-
"HFI1 mmio_enabled function called, read wordscntr %Lx, returning %d\n",
586+
"HFI1 mmio_enabled function called, read wordscntr %llx, returning %d\n",
587587
words, ret);
588588
}
589589
return ret;

0 commit comments

Comments
 (0)