aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/qsfp.c
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2016-07-01 16:01:00 -0700
committerDoug Ledford <dledford@redhat.com>2016-08-02 12:00:54 -0400
commit21a4c95d3fe8a0aacc4682f46b892cb4048b36b7 (patch)
tree544737375283b2f6deabd2130a2e9f2492ef39ee /drivers/infiniband/hw/hfi1/qsfp.c
parentIB/hfi1: Remove unnecessary done label in hfi1_write_iter (diff)
downloadlinux-dev-21a4c95d3fe8a0aacc4682f46b892cb4048b36b7.tar.xz
linux-dev-21a4c95d3fe8a0aacc4682f46b892cb4048b36b7.zip
IB/hfi1: Fix typo
Fix a copy and paste typo in comment. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/qsfp.c')
-rw-r--r--drivers/infiniband/hw/hfi1/qsfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/qsfp.c b/drivers/infiniband/hw/hfi1/qsfp.c
index 9fb561682c66..6fca2a09b5f1 100644
--- a/drivers/infiniband/hw/hfi1/qsfp.c
+++ b/drivers/infiniband/hw/hfi1/qsfp.c
@@ -243,7 +243,7 @@ int qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
/*
* Perform a stand-alone single QSFP write. Acquire the resource, do the
- * read, then release the resource.
+ * write, then release the resource.
*/
int one_qsfp_write(struct hfi1_pportdata *ppd, u32 target, int addr, void *bp,
int len)