Re: [PATCH] treewide: Remove the unnecessary space before semicolon

2022-11-03 Thread Tom Rini
On Wed, Oct 26, 2022 at 12:40:07PM +0800, Bin Meng wrote: > %s/return ;/return; > > Signed-off-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] treewide: Remove the unnecessary space before semicolon

2022-10-26 Thread Bin Meng
%s/return ;/return; Signed-off-by: Bin Meng --- arch/powerpc/cpu/mpc85xx/cpu_init.c | 2 +- arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 2 +- arch/powerpc/cpu/mpc85xx/fdt.c| 6 +++--- arch/powerpc/cpu/mpc85xx/liodn.c | 4 ++-- arch/powerpc/cpu/mpc85xx/mpc8548_serdes.c

Re: [PATCH] treewide: Remove the unnecessary space before semicolon

2022-10-25 Thread Stefan Roese
On 26.10.22 06:40, Bin Meng wrote: %s/return ;/return; Signed-off-by: Bin Meng --- arch/powerpc/cpu/mpc85xx/cpu_init.c | 2 +- arch/powerpc/cpu/mpc85xx/cpu_init_early.c | 2 +- arch/powerpc/cpu/mpc85xx/fdt.c| 6 +++--- arch/powerpc/cpu/mpc85xx/liodn.c | 4 ++--