aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/pcie.c
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2017-04-09 10:17:12 -0700
committerDoug Ledford <dledford@redhat.com>2017-04-28 13:56:22 -0400
commit08af5916b3b0ace9c97e5bf5d89122a0c7aa5c58 (patch)
treeabd658cb9e0336347ffe055b96e2afa256cd6001 /drivers/infiniband/hw/hfi1/pcie.c
parentIB/hfi1: Fix misspelling in comment (diff)
downloadlinux-dev-08af5916b3b0ace9c97e5bf5d89122a0c7aa5c58.tar.xz
linux-dev-08af5916b3b0ace9c97e5bf5d89122a0c7aa5c58.zip
IB/hfi1: Convert %Lx to %llx
According to checkpatch %Lx is not standard C so remove it and use the suggested %llx. Fixes: 7724105686e7 ("IB/hfi1: add driver files") Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/infiniband/hw/hfi1/pcie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/pcie.c b/drivers/infiniband/hw/hfi1/pcie.c
index 0829fce06172..e39e01b79382 100644
--- a/drivers/infiniband/hw/hfi1/pcie.c
+++ b/drivers/infiniband/hw/hfi1/pcie.c
@@ -583,7 +583,7 @@ pci_mmio_enabled(struct pci_dev *pdev)
if (words == ~0ULL)
ret = PCI_ERS_RESULT_NEED_RESET;
dd_dev_info(dd,
- "HFI1 mmio_enabled function called, read wordscntr %Lx, returning %d\n",
+ "HFI1 mmio_enabled function called, read wordscntr %llx, returning %d\n",
words, ret);
}
return ret;