From: Tadeusz Struk Date: Fri, 1 Jul 2016 23:01:00 +0000 (-0700) Subject: IB/hfi1: Fix typo X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=21a4c95d3fe8a0aacc4682f46b892cb4048b36b7;p=linux-beck.git IB/hfi1: Fix typo Fix a copy and paste typo in comment. Reviewed-by: Dennis Dalessandro Signed-off-by: Tadeusz Struk Signed-off-by: Dennis Dalessandro Signed-off-by: Doug Ledford --- 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)