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/mpc8xxx/law.c b/arch/powerpc/cpu/mpc8xxx/law.c index 198b5b1..24bbe3b 100644 --- a/arch/powerpc/cpu/mpc8xxx/law.c +++ b/arch/powerpc/cpu/mpc8xxx/law.c
@@ -353,5 +353,5 @@ } #endif - return ; + return; }