Chengyang Fan <cy....@huawei.com> writes: > Remove superfluous semicolons after function definitions.
Is there a good reason why? I realise they're superfluous, but they're also harmless as far as I'm aware. cheers > arch/powerpc/include/asm/book3s/32/mmu-hash.h | 2 +- > arch/powerpc/include/asm/book3s/64/mmu.h | 2 +- > arch/powerpc/include/asm/book3s/64/tlbflush-radix.h | 2 +- > arch/powerpc/include/asm/book3s/64/tlbflush.h | 2 +- > arch/powerpc/include/asm/firmware.h | 2 +- > arch/powerpc/include/asm/kvm_ppc.h | 6 +++--- > arch/powerpc/include/asm/paca.h | 6 +++--- > arch/powerpc/include/asm/rtas.h | 2 +- > arch/powerpc/include/asm/setup.h | 6 +++--- > arch/powerpc/include/asm/simple_spinlock.h | 4 ++-- > arch/powerpc/include/asm/smp.h | 2 +- > arch/powerpc/include/asm/xmon.h | 4 ++-- > arch/powerpc/kernel/prom.c | 2 +- > arch/powerpc/kernel/setup.h | 12 ++++++------ > arch/powerpc/platforms/powernv/subcore.h | 2 +- > arch/powerpc/platforms/pseries/pseries.h | 2 +- > 16 files changed, 29 insertions(+), 29 deletions(-)