aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2020-04-05 14:54:23 +0100
committerGreg Kroah-Hartman <[email protected]>2020-04-16 16:12:34 +0200
commitcd9479a16720a6a38b3b614d2adece2413aebefc (patch)
treebb0781eb83190d83dc092681e680a31cadc32cf6 /tools/perf/scripts/python/export-to-sqlite.py
parent810bc0a5fafb8575b9406fcc8b0be77ff93a7be0 (diff)
drivers/tty: remove redundant assignment to variable i and rename it to ret
The variable i is being assigned a value that is never read and it is being updated later with a new value. The assignment is redundant and can be removed. Also rename i to ret as this new name makes makes more sense. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <[email protected]> Acked-by: Jiri Slaby <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions