diff options
author | Jules Irenge <jbi.octave@gmail.com> | 2020-06-01 19:45:48 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-06-29 12:01:44 -0700 |
commit | 8f43d5911b38f00dfa46169dcb1feb1e101dd906 (patch) | |
tree | 853a27fb8326f22716de1a405e6d25a04f569f52 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a3ba4972f2ef8408dcc8a2a3d433621d6c990594 (diff) |
rcu/rcutorture: Replace 0 with false
Coccinelle reports a warning
WARNING: Assignment of 0/1 to bool variable
The root cause is that the variable lastphase is a bool, but is
initialised with integer 0. This commit therefore replaces the 0 with
a false.
Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions