diff options
author | 2013-08-14 19:02:37 +0300 | |
---|---|---|
committer | 2013-08-23 00:24:16 +0200 | |
commit | 4cd46bca8ca8ad20cadf74fd9b76364c46ed0f31 (patch) | |
tree | ca2391167ea6648998c696cc7353d2844d56a0ee /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cpuidle: Check called function parameter in get_typical_interval() (diff) | |
download | linux-dev-4cd46bca8ca8ad20cadf74fd9b76364c46ed0f31.tar.xz linux-dev-4cd46bca8ca8ad20cadf74fd9b76364c46ed0f31.zip |
cpuidle: CodingStyle: Break up multiple assignments on single line
The function get_typical_interval() initializes a number of variables
that are immediately after declarations assigned constant values.
In addition, there are multiple assignments on a single line, which
is explicitly forbidden by Documentation/CodingStyle.
This patch removes redundant initial values for the variables and
breaks up the multiple assignment line.
Signed-off-by: Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions