diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 16:01:38 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2019-06-18 22:44:35 -0400 |
commit | 5a3113d19cb0ec06fd0d068a2f2860786a770e4f (patch) | |
tree | fcd5646e30396b7cd93d5679fae9c9230759ff6c /drivers/infiniband/hw | |
parent | 8f71bb0030b8816f57be142f95b3c7189c6eaf4c (diff) | |
download | linux-5a3113d19cb0ec06fd0d068a2f2860786a770e4f.tar.bz2 |
IB/hfi1: Spelling s/statisfied/satisfied/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw')
-rw-r--r-- | drivers/infiniband/hw/hfi1/tid_rdma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/tid_rdma.c b/drivers/infiniband/hw/hfi1/tid_rdma.c index bdf1c313e13f..8f564b0a3333 100644 --- a/drivers/infiniband/hw/hfi1/tid_rdma.c +++ b/drivers/infiniband/hw/hfi1/tid_rdma.c @@ -477,7 +477,7 @@ static struct rvt_qp *first_qp(struct hfi1_ctxtdata *rcd, * Must hold the qp s_lock and the exp_lock. * * Return: - * false if either of the conditions below are statisfied: + * false if either of the conditions below are satisfied: * 1. The list is empty or * 2. The indicated qp is at the head of the list and the * HFI1_S_WAIT_TID_SPACE bit is set in qp->s_flags. |