diff options
author | Tadeusz Struk <tadeusz.struk@intel.com> | 2016-07-02 02:01:00 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-08-02 19:00:54 +0300 |
commit | 21a4c95d3fe8a0aacc4682f46b892cb4048b36b7 (patch) | |
tree | 544737375283b2f6deabd2130a2e9f2492ef39ee | |
parent | 0904f32796d4bb2d8102cd0056d8634f247ce45a (diff) | |
download | linux-21a4c95d3fe8a0aacc4682f46b892cb4048b36b7.tar.xz |
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>
-rw-r--r-- | drivers/infiniband/hw/hfi1/qsfp.c | 2 |
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) |