Skip to content
Commit ed8e2ad1 authored by Carlos Llamas's avatar Carlos Llamas Committed by Zheng Yejian
Browse files

ptp: fix code indentation issues

mainline inclusion
from mainline-v5.16-rc1
commit 11195bf5
category: bugfix
bugzilla: https://gitee.com/src-openeuler/kernel/issues/I9RBLZ
CVE: CVE-2021-47455

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=11195bf5a355a5ef048e690f12b90b70b2c42a86



---------------------------

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: 4225fea1 ("ptp: Fix possible memory leak in ptp_clock_register()")
Signed-off-by: default avatarCarlos Llamas <cmllamas@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarZheng Yejian <zhengyejian1@huawei.com>
parent ba15a63e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment