Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp90453pxj; Wed, 12 May 2021 23:33:46 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzvfJegmfU/0LDHdMj/Rh7EHuFDf+Ev4J5qYwL3E5UVYPu9xDnx2FYhQ7bTgU8iUmzag7gz X-Received: by 2002:a05:6402:406:: with SMTP id q6mr46363724edv.110.1620887625898; Wed, 12 May 2021 23:33:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620887625; cv=none; d=google.com; s=arc-20160816; b=rQ1bB8W4YR/LxGx+0BcaW0Ky3pOJQqyCyHdVPe9BtcM7Zt0xPoi1+TQeUEXxoiKrPE QnIDxPGI2bdmkUgjHUHBdrE18NUJsxsMH0biMnOC0vTdL3GHJjcA/rB2iMZUBfdcd+sb MNZoreyD6FYUpWCuyPGbB8685Pe+b49QtXntkYCEdrgdC/roIiHsKDL0WdlzmfUYt/0v y+/ShcpGkBfx1ULiw4jE0QMuQLlFoMp5sIFzt4IWUSPsvaDS1qp1a53kRHUYAou2/wV6 FyNrAmQ3qWGuvTQR3yBlpCUy2ONZjfMx7pzb6KXNn6Jl3u/MrEwHD23iY14h2pR9vAcK nKSQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=f1tFJ/lxoTvYd/bB43U/idH2KBKIQrnoFI3KY1nTP1U=; b=puLdPyBLLGwwQ4ibbV8/GkhyNaSD3hZmyf2+8vfV/B+95rXLW/nKjAca/w7HogM2Y9 QYNGtdjHb7qSyJe53wJKIy8aFAoLe8xaupPlAO7yVEny81vJNKp/C7W8Zgm2Bh5dI0eg KV234F164yBKu5Ovv2hag4e+TU7qS/zQEX6N8K5/WlI5p711IvPlWfyVriuFHt0t/d91 RXnhOnvsEaF8RdWt+oFnQXckfANEELaF2/lpr5Qc9cP6xfcqEIUj1ogGS3XaG5EYu+FM 1qYZfn8NlqRzG2korgissohXVZAD4qRXqYwo2F27oaDdhVVk+b2arS/MOk2CsAlDgpZT VZdA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g20si2010770edt.518.2021.05.12.23.33.22; Wed, 12 May 2021 23:33:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231465AbhEMGbP (ORCPT + 99 others); Thu, 13 May 2021 02:31:15 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:2468 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231248AbhEMGbC (ORCPT ); Thu, 13 May 2021 02:31:02 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4FghXD4gRjzBv02; Thu, 13 May 2021 14:27:08 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.498.0; Thu, 13 May 2021 14:29:48 +0800 From: Guangbin Huang To: , , CC: , Subject: [PATCH net-next 4/4] net: hinic: fix misspelled "acessing" Date: Thu, 13 May 2021 14:26:53 +0800 Message-ID: <1620887213-49364-5-git-send-email-huangguangbin2@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1620887213-49364-1-git-send-email-huangguangbin2@huawei.com> References: <1620887213-49364-1-git-send-email-huangguangbin2@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The word "acessing" is misspelled, so fix it. Signed-off-by: Guangbin Huang --- drivers/net/ethernet/huawei/hinic/hinic_hw_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c b/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c index cab38ff0713c..55b327eebe64 100644 --- a/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c +++ b/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c @@ -395,7 +395,7 @@ static void __print_selftest_reg(struct hinic_hwif *hwif) /** * hinic_init_hwif - initialize the hw interface * @hwif: the HW interface of a pci function device - * @pdev: the pci device for acessing PCI resources + * @pdev: the pci device for accessing PCI resources * * Return 0 - Success, negative - Failure **/ -- 2.8.1