From b67f3d6559c3acb4ebedd7afda704a17b69478a0 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Mon, 9 Dec 2024 16:25:19 +0800 Subject: [PATCH] dma-buf: heaps: 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: I81b24c368c8a01b71c4449c470b676dedfaf06d6 --- drivers/dma-buf/heaps/rk_cma_heap.c | 2 +- drivers/dma-buf/heaps/rk_system_heap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma-buf/heaps/rk_cma_heap.c b/drivers/dma-buf/heaps/rk_cma_heap.c index c93674c2a79c..7ef319e2597d 100644 --- a/drivers/dma-buf/heaps/rk_cma_heap.c +++ b/drivers/dma-buf/heaps/rk_cma_heap.c @@ -9,7 +9,7 @@ * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ * Andrew F. Davis * - * Copyright (C) 2021, 2022 Rockchip Electronics Co. Ltd. + * Copyright (C) 2021, 2022 Rockchip Electronics Co., Ltd. */ #include diff --git a/drivers/dma-buf/heaps/rk_system_heap.c b/drivers/dma-buf/heaps/rk_system_heap.c index 52dcfc2bb82c..f904f6fb65fd 100644 --- a/drivers/dma-buf/heaps/rk_system_heap.c +++ b/drivers/dma-buf/heaps/rk_system_heap.c @@ -4,7 +4,7 @@ * * Copyright (C) 2011 Google, Inc. * Copyright (C) 2019, 2020 Linaro Ltd. - * Copyright (c) 2021, 2022 Rockchip Electronics Co. Ltd. + * Copyright (c) 2021, 2022 Rockchip Electronics Co., Ltd. * * Portions based off of Andrew Davis' SRAM heap: * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/