summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/tc-testing/tdc.py
diff options
context:
space:
mode:
authorBrenda J. Butler2018-02-23 18:16:37 +0100
committerDavid S. Miller2018-02-26 17:36:10 +0100
commit6a7b75f7c16d85f782ae86c71f0f31f72a61602f (patch)
tree4ad1473a3cf7507f18cba0c805c4ff8b437215a5 /tools/testing/selftests/tc-testing/tdc.py
parentsfc: falcon: remove duplicated bit-wise or of LOOPBACK_SGMII (diff)
downloadkernel-qcow2-linux-6a7b75f7c16d85f782ae86c71f0f31f72a61602f.tar.gz
kernel-qcow2-linux-6a7b75f7c16d85f782ae86c71f0f31f72a61602f.tar.xz
kernel-qcow2-linux-6a7b75f7c16d85f782ae86c71f0f31f72a61602f.zip
tools: tc-testing: Fix indentation
Signed-off-by: Brenda J. Butler <bjb@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/tc-testing/tdc.py')
-rwxr-xr-xtools/testing/selftests/tc-testing/tdc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/tc-testing/tdc.py b/tools/testing/selftests/tc-testing/tdc.py
index b3754b9aa302..ab28373dccd7 100755
--- a/tools/testing/selftests/tc-testing/tdc.py
+++ b/tools/testing/selftests/tc-testing/tdc.py
@@ -347,9 +347,9 @@ def check_default_settings(args, remaining, pm):
global NAMES
if args.path != None:
- NAMES['TC'] = args.path
+ NAMES['TC'] = args.path
if args.device != None:
- NAMES['DEV2'] = args.device
+ NAMES['DEV2'] = args.device
if not os.path.isfile(NAMES['TC']):
print("The specified tc path " + NAMES['TC'] + " does not exist.")
exit(1)