Home
last modified time | relevance | path

Searched hist:b9297c22661437aa57281d9e4f901a7f6c6b6f12 (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dcache_v7.cdiff b9297c22661437aa57281d9e4f901a7f6c6b6f12 Tue Aug 26 10:34:20 CDT 2014 Thierry Reding <treding@nvidia.com> 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>