diff options
author | Carlos Llamas <cmllamas@google.com> | 2021-10-27 23:18:02 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-28 14:42:20 +0100 |
commit | 11195bf5a355a5ef048e690f12b90b70b2c42a86 (patch) | |
tree | a47367e0e5bd61170b6fbaa45647c42cbf0c0545 /drivers/net/phy | |
parent | a406290af0ffd150af8d54819407f2d19c513fdc (diff) | |
download | linux-11195bf5a355a5ef048e690f12b90b70b2c42a86.tar.gz |
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 'drivers/net/phy')
0 files changed, 0 insertions, 0 deletions