Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Remove double braces in alignment code.

Looks like I introduced this when adding LE support.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Anton Blanchard and committed by
Michael Ellerman
6f791bef a3e5b356

+1 -1
+1 -1
arch/powerpc/kernel/align.c
··· 908 908 flush_fp_to_thread(current); 909 909 } 910 910 911 - if ((nb == 16)) { 911 + if (nb == 16) { 912 912 if (flags & F) { 913 913 /* Special case for 16-byte FP loads and stores */ 914 914 PPC_WARN_ALIGNMENT(fp_pair, regs);