[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1342726459-2199-1-git-send-email-betty.dall@hp.com>
Date: Thu, 19 Jul 2012 13:34:19 -0600
From: Betty Dall <betty.dall@...com>
To: trivial@...nel.org, linux-kernel@...r.kernel.org,
linux-rdma@...r.kernel.org
Cc: infinipath@...gic.com, roland@...nel.org, sean.hefty@...el.com,
hal.rosenstock@...il.com, Betty Dall <betty.dall@...com>
Subject: [PATCH] [Trivial] qib: fix an incorrect message
There is a cut and paste typo in the function qib_pci_slot_reset() where
it prints that the "link_reset" function is called rather than the
"slot_reset" function. This makes the message misleading.
Signed-off-by: Betty Dall <betty.dall@...com>
---
drivers/infiniband/hw/qib/qib_pcie.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/infiniband/hw/qib/qib_pcie.c b/drivers/infiniband/hw/qib/qib_pcie.c
index 790646e..4f9d918 100644
--- a/drivers/infiniband/hw/qib/qib_pcie.c
+++ b/drivers/infiniband/hw/qib/qib_pcie.c
@@ -725,7 +725,7 @@ qib_pci_mmio_enabled(struct pci_dev *pdev)
static pci_ers_result_t
qib_pci_slot_reset(struct pci_dev *pdev)
{
- qib_devinfo(pdev, "QIB link_reset function called, ignored\n");
+ qib_devinfo(pdev, "QIB slot_reset function called, ignored\n");
return PCI_ERS_RESULT_CAN_RECOVER;
}
--
1.7.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists