Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp4146998pxf; Mon, 29 Mar 2021 23:48:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxQ8mNs9Kd2TulgLfjwmQnVeCapAgD8GT3fxRI1/b/TbyNkB3Jfg638CfoHtphJ4WAXUUeV X-Received: by 2002:a17:907:a06b:: with SMTP id ia11mr31506140ejc.294.1617086912412; Mon, 29 Mar 2021 23:48:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617086912; cv=none; d=google.com; s=arc-20160816; b=okntob7cWoZhGGONXLKJH8KrRD72sKgYADXLauVotIUsmoaeUhj0/Vz9eNcsRk3I05 3Vq9yDaUbB+T4v2aLRnDeB2MWpPoHp6UrBoAJUCgkP+xVCT5dtr6B36daj2oezur37xV GafowYqyML4ncybPb+jm+e5WwuSq6Akfui0N3sF4I+RItv1HGgnHh2gbCjBMVMo3Y/lt RT69fhDxYMDvKsfBpk9jmpNGi93AHt0OubepKm3Nu4mUuFsUVGbX+wg6/jfl5NUn1Noc z38g2ovsElrqYifm1dIjPpGc3ZKJ0t/lZevHuscgUT59sFCy/KT0uPmBx0/ZenlDfRFq r/rw== 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=dUZobX3rqEQATNwQfqcEIKQ70M4+KgShciAcYCiw7lE=; b=p6rL65892RXE1xckQRmgjD33bjebqtNRYIDHgvdw/Ek+zvmaHyjKnfIsvjZ8cklrjo Vh7Ef4phlCfqZ2DBXXUrjF3wBhnQM9q34lWS3c8rtxcodLQ/TDe1s4E0tpq+jvE0rWjL p78zImlXCY9BUf685DINMczGqwM3E6ukF3lIVjYjKK+Pr/G4xLe6p3Ln2OYNL08mA1lC b7xqmBXpON2rC5ogz1uzzr9inpc+ZoAaMianekFVo945fFoKKhLj4gz+mz52K3epU5WA PXiNDGrGO/StYRCCKhm/52qhGj9QSJMCtLATjX8mD4Z4qH/p3VH1CFVSe8OVTuSLuADa sBkA== 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 n1si876492edv.538.2021.03.29.23.48.09; Mon, 29 Mar 2021 23:48:32 -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 S230334AbhC3GrO (ORCPT + 99 others); Tue, 30 Mar 2021 02:47:14 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:14190 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230316AbhC3Gqo (ORCPT ); Tue, 30 Mar 2021 02:46:44 -0400 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4F8g03403Mzmc4N; Tue, 30 Mar 2021 14:44:03 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.498.0; Tue, 30 Mar 2021 14:46:32 +0800 From: Hao Fang To: , , CC: , , Subject: [PATCH] bus: hisi_lpc: Use the correct HiSilicon copyright Date: Tue, 30 Mar 2021 14:43:58 +0800 Message-ID: <1617086638-49944-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/bus/hisi_lpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/hisi_lpc.c b/drivers/bus/hisi_lpc.c index 378f5d6..a329c50 100644 --- a/drivers/bus/hisi_lpc.c +++ b/drivers/bus/hisi_lpc.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2017 Hisilicon Limited, All Rights Reserved. + * Copyright (C) 2017 HiSilicon Limited, All Rights Reserved. * Author: Zhichang Yuan * Author: Zou Rongrong * Author: John Garry -- 2.8.1