commit | 75a6a371761e447f3037d8b5bf60bf34e876722a | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Wed Oct 26 12:40:07 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 02 13:58:17 2022 -0400 |
tree | ad2a0f79a010f5c5fea46e77b5b2b57d2fd1580d | |
parent | 76afe2ff2fdbe0762af6c9fb8ec5af677c61f262 [diff] [blame] |
treewide: Remove the unnecessary space before semicolon %s/return ;/return; Signed-off-by: Bin Meng <bmeng@tinylab.org>
diff --git a/arch/powerpc/cpu/mpc85xx/tlb.c b/arch/powerpc/cpu/mpc85xx/tlb.c index e39fe14..81e6072 100644 --- a/arch/powerpc/cpu/mpc85xx/tlb.c +++ b/arch/powerpc/cpu/mpc85xx/tlb.c
@@ -41,7 +41,7 @@ tlb_table[i].mas7); } - return ; + return; } #if !defined(CONFIG_NAND_SPL) && \