commit | 0c59738a0430cf25955ba471eb6c92b3809a50d0 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Aug 26 17:34:20 2014 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed Nov 12 07:25:41 2014 +0100 |
tree | e6c98f0ffd10ffbce2cb0a909e00b311665876a8 | |
parent | 418b0cfe34a80f2f335945822f05e643d1e8bc91 [diff] |
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>