From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8C29D42B34; Thu, 18 May 2023 18:47:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 79E8342DC2; Thu, 18 May 2023 18:46:07 +0200 (CEST) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by mails.dpdk.org (Postfix) with ESMTP id 6B85F42D4B for ; Thu, 18 May 2023 18:46:03 +0200 (CEST) Received: by mail-pf1-f170.google.com with SMTP id d2e1a72fcca58-64354231003so1068896b3a.0 for ; Thu, 18 May 2023 09:46:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1684428363; x=1687020363; 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=ryCQAdGNtZano17UY10DpviX8XNuxHY4K/cLYcKhH1U=; b=tgqA9o6CMtEhWgjuiQY6XPYOsTPJ0xFGBhEZDgJt9RMcR9TKX71M9z9o6TwGYDo4hH 2j8zINvi3wFU+MhYX5JQDQCYH1SU+bJ8JUY/jN1uevdiJ0LZlCOPP9WaoaDdZs3zw2ui Dzxu6ldwDsISJDynMMGkl7Mvn1opbBNHSkqtALUPXvNHjGMI4vYfhaWXeEa5tBfygkLN qIXjiuqN/goCX2j4CiRlTl4GiC+/EPyLWw5WtbJsqFkzJDsdWOZKxB06wnAEtgTYtDWG mepBCWJzP4fHDxgMGKy9003K3wp1GE53XeWsutq1FsLprMJTvJhBzFKhjoRSmkEoQf2s K/kA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684428363; x=1687020363; 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=ryCQAdGNtZano17UY10DpviX8XNuxHY4K/cLYcKhH1U=; b=El7giCqxYOv58uRSuSmyCwt13dLYZ6tXMMWFBgassfF7hfdM6DuZy52kqlF+Mtsfqw hNHZleaUttSnWostkuK22/6OZDMneGwidH+szcj6UoTsyiB4Zw6eUz7C3bNug/YP7D3/ +7WQI5RCR/pebXAvUbZLwgB8ZlqGPxBos1tZqJmDx6eQOrf9tIUFcBEWHUNNV5r7yZAf 0PaRNzhPdMupWY60KNUtUwA2rlARsFFOqAscAfLU89j1hwcW5cjC2VBnO5Z5dW7EbhjD DOEHeljOtTCCpeIbV3GeGrkgVJDfyzhUhPxC8sy0uAd08tztHNnjCVEXJ0uy514xmxAl ZPxg== X-Gm-Message-State: AC+VfDw7sc58sLomJPUhdnfva4QwN8mw1AJYYgW0ysd41WpuaH88VyBC yBwmDRV3lWSkPBbVc+WrsGFTS0FSHKuP0Hbbdepe2mXy X-Google-Smtp-Source: ACHHUZ6TSNUbgN5/J5oYE6HZxMeOCaEMR/HCXY5lyuQxjCzFLqmtiFf8LwP5OWSODb/AS9pRuQn3Fg== X-Received: by 2002:a05:6a20:72a1:b0:105:108f:4827 with SMTP id o33-20020a056a2072a100b00105108f4827mr16362pzk.23.1684428362748; Thu, 18 May 2023 09:46:02 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id j7-20020a62e907000000b005e0699464e3sm1513579pfh.206.2023.05.18.09.46.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 May 2023 09:46:02 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Ajit Khaparde , Somnath Kotur Subject: [PATCH v2 12/19] net/bnxt: replace use of term sanity Date: Thu, 18 May 2023 09:45:39 -0700 Message-Id: <20230518164546.108105-13-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230518164546.108105-1-stephen@networkplumber.org> References: <20230517161603.117728-1-stephen@networkplumber.org> <20230518164546.108105-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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Do not use non-inclusive terms. Signed-off-by: Stephen Hemminger --- drivers/net/bnxt/bnxt_hwrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/bnxt/bnxt_hwrm.c b/drivers/net/bnxt/bnxt_hwrm.c index 51e1e2d6b39b..5370293fed8d 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 */ -- 2.39.2