[PATCH] riscv: cpu: fu740: Fix typo of date

Fixed the typo of date of copyright declaration.
Signed-off-by: Zong Li zong.li@sifive.com --- arch/riscv/cpu/fu740/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/cpu/fu740/spl.c b/arch/riscv/cpu/fu740/spl.c index 55e30346ff..c6816e9ed4 100644 --- a/arch/riscv/cpu/fu740/spl.c +++ b/arch/riscv/cpu/fu740/spl.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2020-201 SiFive, Inc + * Copyright (C) 2020-2021 SiFive, Inc * Pragnesh Patel pragnesh.patel@sifive.com */

On Mon, Aug 2, 2021 at 3:34 PM Zong Li zong.li@sifive.com wrote:
Fixed the typo of date of copyright declaration.
Signed-off-by: Zong Li zong.li@sifive.com
arch/riscv/cpu/fu740/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
participants (2)
-
Bin Meng
-
Zong Li