mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
crypto: hisilicon - use the correct HiSilicon copyright
s/Hisilicon/HiSilicon/g, according to https://www.hisilicon.com/en/terms-of-use. Signed-off-by: Hao Fang <fanghao11@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
83dc1173d7
commit
5377265f54
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/* Copyright (c) 2016-2017 Hisilicon Limited. */
|
||||
/* Copyright (c) 2016-2017 HiSilicon Limited. */
|
||||
#include <linux/crypto.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/dmapool.h>
|
||||
|
@ -1,8 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* Driver for the Hisilicon SEC units found on Hip06 Hip07
|
||||
* Driver for the HiSilicon SEC units found on Hip06 Hip07
|
||||
*
|
||||
* Copyright (c) 2016-2017 Hisilicon Limited.
|
||||
* Copyright (c) 2016-2017 HiSilicon Limited.
|
||||
*/
|
||||
#include <linux/acpi.h>
|
||||
#include <linux/atomic.h>
|
||||
@ -1316,6 +1316,6 @@ static struct platform_driver sec_driver = {
|
||||
module_platform_driver(sec_driver);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("Hisilicon Security Accelerators");
|
||||
MODULE_DESCRIPTION("HiSilicon Security Accelerators");
|
||||
MODULE_AUTHOR("Zaibo Xu <xuzaibo@huawei.com");
|
||||
MODULE_AUTHOR("Jonathan Cameron <jonathan.cameron@huawei.com>");
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/* Copyright (c) 2016-2017 Hisilicon Limited. */
|
||||
/* Copyright (c) 2016-2017 HiSilicon Limited. */
|
||||
|
||||
#ifndef _SEC_DRV_H_
|
||||
#define _SEC_DRV_H_
|
||||
|
Loading…
Reference in New Issue
Block a user