]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
powerpc/44x: Adjust indentation in ibm4xx_denali_fixup_memsize
authorNathan Chancellor <natechancellor@gmail.com>
Mon, 9 Dec 2019 20:03:38 +0000 (13:03 -0700)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 13 Mar 2020 05:19:20 +0000 (01:19 -0400)
commit35c91deb4463d6efd5520d2ee664dad2d1b6da5a
tree36a576cbfef2f913f16b0c285fc9c7b376289553
parent0b177b43769c3452cdf020edb9e1df2098a4e982
powerpc/44x: Adjust indentation in ibm4xx_denali_fixup_memsize

BugLink: https://bugs.launchpad.net/bugs/1867051
commit c3aae14e5d468d18dbb5d7c0c8c7e2968cc14aad upstream.

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")
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://github.com/ClangBuiltLinux/linux/issues/780
Link: https://lore.kernel.org/r/20191209200338.12546-1-natechancellor@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/powerpc/boot/4xx.c