forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]"); | ||
MODULE_AUTHOR("Jonathan Cameron <[email protected]>"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters