From 8e8bec37977ed1b0ebd53b0b0938ede66a8c8b2a Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Wed, 22 Jan 2025 19:12:54 +0800 Subject: [PATCH] mtd: bbt_store: Fix typos in Rockchip copyright notice Signed-off-by: Tao Huang Change-Id: I4fb28f10580711d2c524c04b0bc94dc4cb9f2d6e --- drivers/mtd/nand/bbt_store.c | 2 +- include/linux/mtd/bbt_store.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/bbt_store.c b/drivers/mtd/nand/bbt_store.c index 8687861bf3b4..2f9807138e0e 100644 --- a/drivers/mtd/nand/bbt_store.c +++ b/drivers/mtd/nand/bbt_store.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* - * Copyright (c) 2021 Rockchip Electronics Co. Ltd. + * Copyright (c) 2021 Rockchip Electronics Co., Ltd. * */ diff --git a/include/linux/mtd/bbt_store.h b/include/linux/mtd/bbt_store.h index 20373ef5c4a6..09b5de593302 100644 --- a/include/linux/mtd/bbt_store.h +++ b/include/linux/mtd/bbt_store.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * Copyright (c) 2021 Rockchip Electronics Co. Ltd. + * Copyright (c) 2021 Rockchip Electronics Co., Ltd. * */