Skip to content

Commit

Permalink
crypto: hisilicon - use the correct HiSilicon copyright
Browse files Browse the repository at this point in the history
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
haofang11 authored and herbertx committed Apr 2, 2021
1 parent 83dc117 commit 5377265
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/crypto/hisilicon/sec/sec_algs.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
6 changes: 3 additions & 3 deletions drivers/crypto/hisilicon/sec/sec_drv.c
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>
Expand Down Expand Up @@ -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]>");
2 changes: 1 addition & 1 deletion drivers/crypto/hisilicon/sec/sec_drv.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down

0 comments on commit 5377265

Please sign in to comment.