diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-07-06 10:33:17 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-08 15:55:34 -0400 |
commit | 70fd071001eafa60ed2ac8a69cfc5600c59981a5 (patch) | |
tree | 0b66d6b94eb627bc5d78a25a6b2441ee31e976f3 /arch/powerpc/cpu/mpc8xx/reginfo.c | |
parent | 73bc94c6b7f73c2d22f43daaebfe5ddcb0948ee7 (diff) |
powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/reginfo.c')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/reginfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/reginfo.c b/arch/powerpc/cpu/mpc8xx/reginfo.c index 48615cad01..1ba4d22bdd 100644 --- a/arch/powerpc/cpu/mpc8xx/reginfo.c +++ b/arch/powerpc/cpu/mpc8xx/reginfo.c @@ -20,7 +20,7 @@ void mpc8xx_reginfo(void) * other useful registers */ - printf ("\nSystem Configuration registers\n" + printf("\nSystem Configuration registers\n" "\tIMMR\t0x%08X\n", get_immr(0)); printf("\tSIUMCR\t0x%08X", in_be32(&sysconf->sc_siumcr)); |