Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1158560pxf; Thu, 18 Mar 2021 23:42:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzJDlaVVoj791KGFlXFPvDK89yAe8IwHXMaNkz4/VBpuTsDYUrKxsCpI76Vgq9ahQjCCeLr X-Received: by 2002:a05:6402:b2d:: with SMTP id bo13mr7826507edb.120.1616136137784; Thu, 18 Mar 2021 23:42:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616136137; cv=none; d=google.com; s=arc-20160816; b=ix8ra8ewy/2YVRPyNSrfCnDyBfkrwF4TviQdahIHkNlzxDpQOvqiVLhnYqAbF8p/Wy B+xsBOI99KJ39AcdP2dELkPzd0leqrxeFmnPelHuAPD3b6bIQrBq4n/awo7r5oYVA4vc OhccQ0VMdN6vVLjHl1eOrTrGH8K64koH0YeP6Ee0f/Yb+ve5y2xylMHvQwklmL65YdZ3 KFuK8PB0A8Zu0wbYJJzEOSjTx716xrbOTHH99i8QpN0ylpIeY4qR7wWiOeJCIUrhljj1 fTEFHz75TpsRbfFiPZLpz9bvN4RK/kOqUoXpsXRXJfzuu0TMtLVP4gG6F320LwslvZy7 arUA== 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=Aa2Mb9IFsID9Lketp6LfeKO585Fme5iD19YFPs16LaY=; b=GgQPwhBLzgriwzzTNFedEJWlva7MXoFqOiHlnYbiN3eZpuVpvk7eAMlRgpB2p+paj8 Vph6NxvtA+SHZWsY4+AjMGdFEKMKjPS85P8ihDOZ0osgypZbmo5IKxRVoPGXJzecN9Er 4cCsgqOsjrnA052MRHm8+YXq02sC41X14T7Q1lWm3fsdDnmNdh0fTIzPpBU04F0MGlEK agZK38gg76uyA7bhcgXt8+RDPsNWhHgCyOHddEy7cO7tsLpLx9Mt1oOiI30+lUwEI9ho 7xZmp+fB4qxeeWH2vOzsjr0WYcg60xzB7zshZISkz3RDRh89g8rXf2PXP85feCzJL0cb EFSA== 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 i23si993627ejz.1.2021.03.18.23.41.55; Thu, 18 Mar 2021 23:42:17 -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 S234037AbhCSGlB (ORCPT + 99 others); Fri, 19 Mar 2021 02:41:01 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:14381 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233832AbhCSGk3 (ORCPT ); Fri, 19 Mar 2021 02:40:29 -0400 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4F1vNm2v9rz90R0; Fri, 19 Mar 2021 14:38:32 +0800 (CST) Received: from localhost.localdomain (10.69.192.58) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.498.0; Fri, 19 Mar 2021 14:40:21 +0800 From: Daode Huang To: , , CC: , Subject: [PATCH net-next 3/4] net: hinic: remove the repeat word "the" in comment. Date: Fri, 19 Mar 2021 14:36:24 +0800 Message-ID: <1616135785-122085-4-git-send-email-huangdaode@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1616135785-122085-1-git-send-email-huangdaode@huawei.com> References: <1616135785-122085-1-git-send-email-huangdaode@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.69.192.58] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There is a duplicate "the" in the comment, so delete it. Signed-off-by: Daode 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 efbaed3..cab38ff 100644 --- a/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c +++ b/drivers/net/ethernet/huawei/hinic/hinic_hw_if.c @@ -334,7 +334,7 @@ static void set_dma_attr(struct hinic_hwif *hwif, u32 entry_idx, } /** - * dma_attr_table_init - initialize the the default dma attributes + * dma_attr_table_init - initialize the default dma attributes * @hwif: the HW interface of a pci function device **/ static void dma_attr_init(struct hinic_hwif *hwif) -- 2.8.1