soc: rockchip: Fix typos in Rockchip copyright notices

There are many cases in which the company name is misspelled.
The patch fixes these typos.

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I92c9da8fe9f643bacc33726c0e3e0e93f2e4b4d1
This commit is contained in:
Tao Huang
2024-12-10 19:52:45 +08:00
parent 95ae79d422
commit 3996192d9c
15 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
*
* Serial Debugger Interface for Rockchip
*
* Copyright (C) 2012 ROCKCHIP, Inc.
* Copyright (C) 2012 Rockchip Electronics Co., Ltd.
* Copyright (C) 2008 Google, Inc.
*
* This software is licensed under the terms of the GNU General Public

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
*/
#include <linux/device.h>

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/* Copyright (c) 2023 Rockchip Electronics Co., Ltd */
/* Copyright (c) 2023 Rockchip Electronics Co., Ltd. */
#include <linux/kernel.h>
#include <linux/debugfs.h>

View File

@@ -2,7 +2,7 @@
/*
* CMA ProcFS Interface
*
* Copyright (C) 2022 Rockchip Electronics Co. Ltd.
* Copyright (C) 2022 Rockchip Electronics Co., Ltd.
*/
#include <linux/cma.h>

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
*/
#include <linux/dma-buf.h>

View File

@@ -2,7 +2,7 @@
/*
* Procfs for reserved memory blocks.
*
* Copyright (C) 2022 Rockchip Electronics Co. Ltd.
* Copyright (C) 2022 Rockchip Electronics Co., Ltd.
*/
#include <linux/init.h>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017 Rockchip Electronics Co. Ltd.
* Copyright (C) 2017 Rockchip Electronics Co., Ltd.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as

View File

@@ -2,7 +2,7 @@
/*
* Rockchip AMP support.
*
* Copyright (c) 2021 Rockchip Electronics Co. Ltd.
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
* Author: Tony Xie <tony.xie@rock-chips.com>
*/

View File

@@ -4,7 +4,7 @@
*
* Arm debug driver
*
* Copyright (C) 2019 ROCKCHIP, Inc.
* Copyright (C) 2019 Rockchip Electronics Co., Ltd.
*/
/* RK3399

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2020 Rockchip Electronics Co., Ltd
* Copyright (C) 2020 Rockchip Electronics Co., Ltd.
*/
#include <linux/clk.h>
#include <linux/delay.h>

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2022 Rockchip Electronics Co., Ltd
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
*
* Due to hardware limitations, this module only supports
* up to 32bit continuous CMA memory.

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2023 Rockchip Electronics Co., Ltd
* Copyright (c) 2023 Rockchip Electronics Co., Ltd.
*/
#include <linux/module.h>

View File

@@ -1,7 +1,7 @@
/*
* Rockchip Generic power configuration support.
*
* Copyright (c) 2017 ROCKCHIP, Co. Ltd.
* Copyright (c) 2017 Rockchip Electronics Co., Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as

View File

@@ -2,7 +2,7 @@
/*
* Rockchip PVTM support.
*
* Copyright (c) 2016 Rockchip Electronics Co. Ltd.
* Copyright (c) 2016 Rockchip Electronics Co., Ltd.
* Author: Finley Xiao <finley.xiao@rock-chips.com>
*/

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2023 Rockchip Electronics Co., Ltd
* Copyright (C) 2023 Rockchip Electronics Co., Ltd.
*
* Parts derived from drivers/block/brd.c, copyright
* of their respective owners.