aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorMiquel Raynal <[email protected]>2023-06-14 08:30:15 +0200
committerGreg Kroah-Hartman <[email protected]>2023-06-15 13:37:50 +0200
commit4981e0139feeadb1cdffd43a203543afe20769fa (patch)
treec6e83ed71cb48dd80fcc1d92d2ed167d1f11836c /tools/perf/scripts/python/bin/export-to-postgresql-report
parent39d422555e43379516d4d13f5b7162a3dee6e646 (diff)
sysfs: Improve readability by following the kernel coding style
The purpose of the if/else block is to select the right sysfs directory entry to be used for the files creation. At a first look when you have the file in front of you, it really seems like the "create_files()" lines right after the block are badly indented and the "else" does not guard. In practice the code is correct but lacks curly brackets to show where the big if/else block actually ends. Add these brackets to comply with the current kernel coding style and to ease the understanding of the whole logic. Signed-off-by: Miquel Raynal <[email protected]> Message-ID: <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions