]> git.sur5r.net Git - u-boot/commit
ARM: cache_v7: Various minor cleanups
authorThierry Reding <treding@nvidia.com>
Tue, 26 Aug 2014 15:34:20 +0000 (17:34 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 12 Nov 2014 06:25:41 +0000 (07:25 +0100)
commitb9297c22661437aa57281d9e4f901a7f6c6b6f12
treee6c98f0ffd10ffbce2cb0a909e00b311665876a8
parent63f7af9a4cfb4a3b9136674c6612c6d13957c2cd
ARM: cache_v7: Various minor cleanups

Remove two gratuituous blank lines, uses u32 (instead of int) as the
type for values that will be written to a register, moves the beginning
of the variable declaration section to a separate line (rather than the
one with the opening brace) and keeps the function signature on a single
line where possible.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv7/cache_v7.c