Message ID | 20190617140138.734-1-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | 5a3113d19cb0ec06fd0d068a2f2860786a770e4f |
Headers | show |
Series | [trivial] IB/hfi1: Spelling s/statisfied/satisfied/ | expand |
On Mon, 2019-06-17 at 16:01 +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > drivers/infiniband/hw/hfi1/tid_rdma.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/infiniband/hw/hfi1/tid_rdma.c > b/drivers/infiniband/hw/hfi1/tid_rdma.c > index 6fb93032fbefcb7e..24f30ff6b5fbc868 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. Thanks, applied to for-next.
diff --git a/drivers/infiniband/hw/hfi1/tid_rdma.c b/drivers/infiniband/hw/hfi1/tid_rdma.c index 6fb93032fbefcb7e..24f30ff6b5fbc868 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.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- drivers/infiniband/hw/hfi1/tid_rdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)