Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp4149066pxf; Mon, 29 Mar 2021 23:53:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxUVMlFwlwCco6/rIkqOu0tJE3IyLw1DDu25/8cxAJK9kS99udLFTKIEi2q/2fc11NL6dH0 X-Received: by 2002:a17:906:4d8f:: with SMTP id s15mr32233241eju.350.1617087184780; Mon, 29 Mar 2021 23:53:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617087184; cv=none; d=google.com; s=arc-20160816; b=adogVddsBT9g6u7FsbY9zwglOmjJtvy4/mRBeSH/mH7fARHG/6ottAfwvAPceyqbJw EAhwwlgmengznYvgrpW/axAeamzLvBjylR1zAvsESU616vwBgUDQlBFmk/KgZx/GwdZW Xs76EjjsgKLnNItc4/lpXBuurjxGS40zxYQ8JDGivs7etvVIUGwaVx5pfybLOuBOwUXJ FUQlfbpvo7d1BkJXiQSI8gbcTyb/xRMYV7dGOYZ9euKA3/RJk69DkO7RnYPLSHKBknOt wBVzu+4l+ll8lVFNUvlqFrMkF+twfjMevmPyO1qsjqsOcjeQb6KcghhJGAse47mokbJd 5p3A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=oz/xMUIapj5NTf2lAF/gWLxurL5qkDauIiha8t+lS/Q=; b=Vv4s8uOCFxs9NWsqNqcchScSaWVnKZ88o9v9VFH26X58fhCPSJpjD/6R7R7a3QaghH T7cqQBYGsdfNCsSme7aYy29D8kX/Cm8afZkbZc3pn4JI4+kp2GjNSZDfjX9BQZRerJMx A32F2ySiDemvEsldMh5b64OXl7I6s33ijoVSd91cZKDo7hS1DdDvJlbl5c3CUAjCW1ab m9eiJE3qKnvm1r2ROdDEByAy6YDyPyl0J3LiH47elIWI3MTWXRnQN/ydq1J0ao2lutLZ PBRCJXpZOxyzkHWJcwbfeHlIKWIlXa0vZe7qurdRlOeoat15z/W0fJYcQtvnQ/rjB2iG nHRg== 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 l23si14174645ejq.537.2021.03.29.23.52.41; Mon, 29 Mar 2021 23:53:04 -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 S231133AbhC3Gu2 (ORCPT + 99 others); Tue, 30 Mar 2021 02:50:28 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:15816 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231206AbhC3GuX (ORCPT ); Tue, 30 Mar 2021 02:50:23 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4F8g4x3734z93Ls; Tue, 30 Mar 2021 14:48:17 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.498.0; Tue, 30 Mar 2021 14:50:13 +0800 From: Hao Fang To: , , CC: , , Subject: [PATCH] phy: hisilicon: Use the correct HiSilicon copyright Date: Tue, 30 Mar 2021 14:47:41 +0800 Message-ID: <1617086861-13900-1-git-send-email-fanghao11@huawei.com> X-Mailer: git-send-email 2.8.1 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 s/Hisilicon/HiSilicon/g. It should use capital S, according to https://www.hisilicon.com/en/terms-of-use. Signed-off-by: Hao Fang --- drivers/phy/hisilicon/phy-hi6220-usb.c | 2 +- drivers/phy/hisilicon/phy-hix5hd2-sata.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/phy/hisilicon/phy-hi6220-usb.c b/drivers/phy/hisilicon/phy-hi6220-usb.c index be05292..e92ba78 100644 --- a/drivers/phy/hisilicon/phy-hi6220-usb.c +++ b/drivers/phy/hisilicon/phy-hi6220-usb.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) 2015 Linaro Ltd. - * Copyright (c) 2015 Hisilicon Limited. + * Copyright (c) 2015 HiSilicon Limited. */ #include diff --git a/drivers/phy/hisilicon/phy-hix5hd2-sata.c b/drivers/phy/hisilicon/phy-hix5hd2-sata.c index c67b78c..b0f99a9 100644 --- a/drivers/phy/hisilicon/phy-hix5hd2-sata.c +++ b/drivers/phy/hisilicon/phy-hix5hd2-sata.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) 2014 Linaro Ltd. - * Copyright (c) 2014 Hisilicon Limited. + * Copyright (c) 2014 HiSilicon Limited. */ #include -- 2.8.1