media: rockchip: cif: 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: I257abc4dfacb2c16842c76cac2dccf307a8ecaf8
This commit is contained in:
Tao Huang
2024-12-12 19:20:02 +08:00
parent 74c71ec22b
commit 3ce93881dc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright (C) 2022 Rockchip Electronics Co., Ltd */
/* Copyright (C) 2022 Rockchip Electronics Co., Ltd. */
#define pr_fmt(fmt) "isp_rockit: %s:%d " fmt, __func__, __LINE__

View File

@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright (C) 2021 Rockchip Electronics Co., Ltd */
/* Copyright (C) 2021 Rockchip Electronics Co., Ltd. */
#include <media/videobuf2-dma-contig.h>
#include <media/videobuf2-dma-sg.h>