aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorStephen Boyd <[email protected]>2015-04-30 13:54:13 -0700
committerStephen Boyd <[email protected]>2015-04-30 16:28:24 -0700
commitd6968fca789700afd723347d9d583795b19224b8 (patch)
tree05d1b964b0407c8a72d58eaa5983300d5faf0d93 /tools/perf/scripts/python/export-to-postgresql.py
parentb787f68c36d49bb1d9236f403813641efa74a031 (diff)
clk: s/clk/core/ for struct clk_core
While introducing struct clk_core we tried to minimize the diff by changing the type of 'clk' variables from struct clk to struct clk_core without changing the names of the variables. Now that the split is complete, the code is slightly confusing when it mixes variables called 'clk' and variables called 'core' that are of the same type struct clk_core. Let's be consistent and use 'core' everywhere we have a struct clk_core pointer and 'clk' when we have a struct clk pointer. Cc: Tomeu Vizoso <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions