From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 33EE743403;
	Wed, 29 Nov 2023 18:33:11 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id EBF5942E99;
	Wed, 29 Nov 2023 18:31:53 +0100 (CET)
Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com
 [209.85.210.171])
 by mails.dpdk.org (Postfix) with ESMTP id 06A8542E89
 for <dev@dpdk.org>; Wed, 29 Nov 2023 18:31:49 +0100 (CET)
Received: by mail-pf1-f171.google.com with SMTP id
 d2e1a72fcca58-6cddb35ef8bso533138b3a.2
 for <dev@dpdk.org>; Wed, 29 Nov 2023 09:31:48 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1701279108;
 x=1701883908; darn=dpdk.org; 
 h=content-transfer-encoding:mime-version:references:in-reply-to
 :message-id:date:subject:cc:to:from:from:to:cc:subject:date
 :message-id:reply-to;
 bh=4lVTOVkIXOaV/wVpW9KepCdaKp0UqOrxVq/AdfhOkl8=;
 b=yU+wQ1V0I918B5u10AJlGK0VTYhQpt84IRib1lBiVSAMDoLJpN5p0FfB1gnuCmcR+j
 zx8yudLMFcMLYjB0mLMKvCQtaRuk18bzgU2oX3iSn+BSuM6o/QX8tr29NVA8piXmEYft
 P8UZH9yQdWN4JsviNwgKIheetb/U1OMm1mn/+eu4K2cdMsI19ELONdLXdGeVXY50Ybe4
 F0R4/wRynSBsIPY6Kc40gie/6uMcNSr9nnIcuQQ/KSIy5no7w6PoAYIE3w3F2a16tG9R
 yndrdv4lk8EUOqchFgmsaHwY10oMyS/oz6BBgfgPrVfqXeoGi62+SXb4AFJzLpHOi5pU
 yTkg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1701279108; x=1701883908;
 h=content-transfer-encoding:mime-version:references:in-reply-to
 :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc
 :subject:date:message-id:reply-to;
 bh=4lVTOVkIXOaV/wVpW9KepCdaKp0UqOrxVq/AdfhOkl8=;
 b=P3a+O7VYaSJe16mAYS/TxYPO44swPJsT2BcMr88RndODSLeOnekpWddaBXPnqrvAOu
 C4nUrpIPYqUPH+srSe7lkcaj7okx2+cr6DUFvNFtNYcumwg6ofo9x8TLMNjdY9uZoBmS
 0Qp9meEjRU12TTKU7CPI/tsbC8wPYIYdrT+NpvaVkMe5VdcQ63tUx1d5X2dVlIAyPvcc
 IUy3LZDpqzqV609b6CXXqRKLaBskG0mkjc/7vKE6JEMYnY/Weix9AVQSfUVHrBx2+E90
 Z6fLUE6Rf6wC0qHVTg3KWHNT8W3bUXhrBjnySGf1HQjODcS13L2ZubyZ44iSFpWMy0Du
 gWEg==
X-Gm-Message-State: AOJu0YzJ1GNpHTt1cr4qg6q6zfaUqFkESCqTgDon0tcvJjoF/S7KWOoT
 uk+K/17mVtUeYS5ybJE36odKMkRjH1NCXuGAy9VVTQ==
X-Google-Smtp-Source: AGHT+IFYmxBRCf6QoioLMNuH8pakOtESYxbmzgbMPTpdV/XawgFyIVPNx1TVGqBCv7ORAEZRXrx9sg==
X-Received: by 2002:a05:6a21:3514:b0:188:1df7:9afe with SMTP id
 zc20-20020a056a21351400b001881df79afemr21782540pzb.30.1701279107876; 
 Wed, 29 Nov 2023 09:31:47 -0800 (PST)
Received: from hermes.local (204-195-123-141.wavecable.com. [204.195.123.141])
 by smtp.gmail.com with ESMTPSA id
 y42-20020a056a0003aa00b006baa1cf561dsm10950435pfs.0.2023.11.29.09.31.47
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Wed, 29 Nov 2023 09:31:47 -0800 (PST)
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>,
 Ajit Khaparde <ajit.khaparde@broadcom.com>,
 Somnath Kotur <somnath.kotur@broadcom.com>
Subject: [PATCH v5 12/19] net/bnxt: replace use of term sanity
Date: Wed, 29 Nov 2023 09:26:06 -0800
Message-ID: <20231129173122.126895-13-stephen@networkplumber.org>
X-Mailer: git-send-email 2.42.0
In-Reply-To: <20231129173122.126895-1-stephen@networkplumber.org>
References: <20230802232550.125487-1-stephen@networkplumber.org>
 <20231129173122.126895-1-stephen@networkplumber.org>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Do not use non-inclusive terms.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 drivers/net/bnxt/bnxt_hwrm.c           | 2 +-
 drivers/net/bnxt/hsi_struct_def_dpdk.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/bnxt/bnxt_hwrm.c b/drivers/net/bnxt/bnxt_hwrm.c
index 06f196760fa8..e1254375b650 100644
--- a/drivers/net/bnxt/bnxt_hwrm.c
+++ b/drivers/net/bnxt/bnxt_hwrm.c
@@ -262,7 +262,7 @@ static int bnxt_hwrm_send_message(struct bnxt *bp, void *msg,
 
 		done = bnxt_check_cq_hwrm_done(cpr, is_tx, is_rx,
 					       i == timeout - 1);
-		/* Sanity check on the resp->resp_len */
+		/* Input check on the resp->resp_len */
 		rte_io_rmb();
 		if (resp->resp_len && resp->resp_len <= bp->max_resp_len) {
 			/* Last byte of resp contains the valid key */
diff --git a/drivers/net/bnxt/hsi_struct_def_dpdk.h b/drivers/net/bnxt/hsi_struct_def_dpdk.h
index 9afdd056ce7a..a8076a6fc223 100644
--- a/drivers/net/bnxt/hsi_struct_def_dpdk.h
+++ b/drivers/net/bnxt/hsi_struct_def_dpdk.h
@@ -55482,7 +55482,7 @@ struct hwrm_tfc_ident_alloc_output {
  * Requests the firmware to free a TFC resource identifier.
  * A resource subtype and session id are passed in.
  * An identifier (previously allocated) corresponding to all these is
- * freed, only after various sanity checks are completed.
+ * freed, only after various checks are completed.
  */
 /* hwrm_tfc_ident_free_input (size:192b/24B) */
 struct hwrm_tfc_ident_free_input {
-- 
2.42.0