aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorAndrey Smirnov <[email protected]>2018-12-20 23:28:41 -0800
committerGreg Kroah-Hartman <[email protected]>2019-01-22 10:23:18 +0100
commit925f8d4aad5ca1bf18987a3cdcb0e176bddddcf1 (patch)
tree5e53df57ddc8c8944ea7822ad6211aeba770038b /tools/perf/scripts/python/mem-phys-addr.py
parent2ef8179bb7a6817de3fc9407ab55aa357f2d1e4d (diff)
tools/firmware/ihex2fw: Replace explicit alignment with ALIGN
(X + 3) & ~3 is the same as ALIGN(X, 4), so replace all of the instances of the formwer in the code with the latter. While at it, introduce a helper variable 'record_size' to avoid duplicating length calculatin code. No functional change intended. Cc: Chris Healy <[email protected]> Cc: Kyle McMartin <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: linux-kernel <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions