diff options
author | 2021-10-27 23:18:02 +0000 | |
---|---|---|
committer | 2021-10-28 14:42:20 +0100 | |
commit | 11195bf5a355a5ef048e690f12b90b70b2c42a86 (patch) | |
tree | a47367e0e5bd61170b6fbaa45647c42cbf0c0545 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: cleanup __sk_stream_memory_free() (diff) | |
download | wireguard-linux-11195bf5a355a5ef048e690f12b90b70b2c42a86.tar.xz wireguard-linux-11195bf5a355a5ef048e690f12b90b70b2c42a86.zip |
ptp: fix code indentation issues
This fixes the following checkpatch.pl errors:
ERROR: code indent should use tabs where possible
+^I if (ptp->pps_source)$
ERROR: code indent should use tabs where possible
+^I pps_unregister_source(ptp->pps_source);$
ERROR: code indent should use tabs where possible
+^I kthread_destroy_worker(ptp->kworker);$
Fixes: 4225fea1cb28 ("ptp: Fix possible memory leak in ptp_clock_register()")
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions