On Mon, 2019-12-09 at 20:03:38 UTC, Nathan Chancellor wrote: > Clang warns: > > ../arch/powerpc/boot/4xx.c:231:3: warning: misleading indentation; > statement is not part of the previous 'else' [-Wmisleading-indentation] > val = SDRAM0_READ(DDR0_42); > ^ > ../arch/powerpc/boot/4xx.c:227:2: note: previous statement is here > else > ^ > > This is because there is a space at the beginning of this line; remove > it so that the indentation is consistent according to the Linux kernel > coding style and clang no longer warns. > > Fixes: d23f5099297c ("[POWERPC] 4xx: Adds decoding of 440SPE memory size to > boot wrapper library") > Link: https://github.com/ClangBuiltLinux/linux/issues/780 > Signed-off-by: Nathan Chancellor <natechancel...@gmail.com>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c3aae14e5d468d18dbb5d7c0c8c7e2968cc14aad cheers