Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2568402ybi; Mon, 17 Jun 2019 07:02:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqzeLSrspwoyLq6l7ZIJt9wXNhMrmSHeDwxcT38451RBWPnRFKjI1UgwAZJmtqEe7qltJXdM X-Received: by 2002:a17:902:b705:: with SMTP id d5mr71058769pls.274.1560780157845; Mon, 17 Jun 2019 07:02:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560780157; cv=none; d=google.com; s=arc-20160816; b=rk6xrxWkaBMDOV0Y6D0CGUEl8nRD8RKKAWm3XbMvTR1qpAlncgNJjPVlFZM/fjGms8 O4dLCHBdnwKnNct1GDEQqBsN3fDJnW+bnREeHLIb//Lg+di1maykXrmIRjplE/oWSjUJ nXhZ8X3OolQjHGu0Cnzgnj8nZAeXuDq5bnWFAfaJ1T+sCQiebOvwkuIL5JlTtlp4KTa4 Br8Esv0lZPBLCMzVf3YBEPK/YsLeCC1IrwBgjC3ve2Yf2pIyFlphqB2d18hL3RcAngm4 xnqUuuzEeKeIe7jcett6P+IYPUPM2C1N45PXNalTSP/udaBpE1i2MtAAfc3VzHJ0f+qC j1Eg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=8GkZrncB7+7yctE9Ori/+Ax9vstcnjXCFnobZcvz/rk=; b=g+lb6kCuAZe4779Gze24l8JW8WjClDVHvx9VCwxfvVywltc4zgwLv9ea4qeXVAgigD JzFk+Sq+n/a67MSg83iO2oXe2zRuVMi6O7fdebLdY6fbBfQCmuzkPUXMDsB8WmP0rLCP W+K1Vp6Ee9ce8UZfeHpbEMN29eI29yyNXCTQDlZ3lssCy/t119GtD3URGMwKrGa7+DIX YbE2oWP7cbt8KkQrPeUeTs2GnHWJeQhYe8dUKoXD/IfF/HTVior6SaQut/gtsGD6p/j8 xdbx+plAtj1Qx3VRHMxp+PmFj13MJpMhRKZS3p73cEDe48kc/Pa61gWXy4v/0XlpO3nB rSFw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l70si10119517pje.68.2019.06.17.07.02.19; Mon, 17 Jun 2019 07:02:37 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727888AbfFQOBm (ORCPT + 99 others); Mon, 17 Jun 2019 10:01:42 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:51986 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725995AbfFQOBm (ORCPT ); Mon, 17 Jun 2019 10:01:42 -0400 Received: from ramsan ([84.194.111.163]) by andre.telenet-ops.be with bizsmtp id Rq1f2000J3XaVaC01q1fHF; Mon, 17 Jun 2019 16:01:40 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1hcsCZ-0002Ai-CR; Mon, 17 Jun 2019 16:01:39 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1hcsCZ-0000Ca-9x; Mon, 17 Jun 2019 16:01:39 +0200 From: Geert Uytterhoeven To: Mike Marciniszyn , Dennis Dalessandro , Doug Ledford , Jason Gunthorpe , Jiri Kosina Cc: linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH trivial] IB/hfi1: Spelling s/statisfied/satisfied/ Date: Mon, 17 Jun 2019 16:01:38 +0200 Message-Id: <20190617140138.734-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Geert Uytterhoeven --- 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. -- 2.17.1