From 728333ed0ff9c2ada6212ef55101338f733d6285 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Thu, 12 Dec 2024 19:25:06 +0800 Subject: [PATCH] media: rockchip: tsp: 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 Change-Id: Ibffad5dc5ea46f3ae338b10189293e071c5d12a8 --- drivers/media/platform/rockchip/tsp/rockchip_tsp.c | 2 +- drivers/media/platform/rockchip/tsp/rockchip_tsp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/rockchip/tsp/rockchip_tsp.c b/drivers/media/platform/rockchip/tsp/rockchip_tsp.c index 830147909eeb..0500a315f111 100644 --- a/drivers/media/platform/rockchip/tsp/rockchip_tsp.c +++ b/drivers/media/platform/rockchip/tsp/rockchip_tsp.c @@ -1,7 +1,7 @@ /* * Driver for Rockchip TSP Controller * - * Copyright (C) 2012-2016 ROCKCHIP, Inc. + * Copyright (C) 2012-2016 Rockchip Electronics Co., Ltd. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and diff --git a/drivers/media/platform/rockchip/tsp/rockchip_tsp.h b/drivers/media/platform/rockchip/tsp/rockchip_tsp.h index bafe641cdf9f..38d6351dba4b 100644 --- a/drivers/media/platform/rockchip/tsp/rockchip_tsp.h +++ b/drivers/media/platform/rockchip/tsp/rockchip_tsp.h @@ -1,7 +1,7 @@ /* * Driver for Rockchip TSP Controller * - * Copyright (C) 2012-2016 ROCKCHIP, Inc. + * Copyright (C) 2012-2016 Rockchip Electronics Co., Ltd. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and