OSDN Git Service

ptp: fix code indentation issues
authorCarlos Llamas <cmllamas@google.com>
Wed, 27 Oct 2021 23:18:02 +0000 (23:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Oct 2021 13:42:20 +0000 (14:42 +0100)
commit11195bf5a355a5ef048e690f12b90b70b2c42a86
treea47367e0e5bd61170b6fbaa45647c42cbf0c0545
parenta406290af0ffd150af8d54819407f2d19c513fdc
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>
drivers/ptp/ptp_clock.c