diff options
author | Brenda J. Butler <bjb@mojatatu.com> | 2018-02-23 12:16:37 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-26 11:36:10 -0500 |
commit | 6a7b75f7c16d85f782ae86c71f0f31f72a61602f (patch) | |
tree | 4ad1473a3cf7507f18cba0c805c4ff8b437215a5 /tools | |
parent | 9baeb5eb1f83b8c64a80ee9926204909e275b5cc (diff) |
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')
-rwxr-xr-x | tools/testing/selftests/tc-testing/tdc.py | 4 |
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): | |||
347 | global NAMES | 347 | global NAMES |
348 | 348 | ||
349 | if args.path != None: | 349 | if args.path != None: |
350 | NAMES['TC'] = args.path | 350 | NAMES['TC'] = args.path |
351 | if args.device != None: | 351 | if args.device != None: |
352 | NAMES['DEV2'] = args.device | 352 | NAMES['DEV2'] = args.device |
353 | if not os.path.isfile(NAMES['TC']): | 353 | if not os.path.isfile(NAMES['TC']): |
354 | print("The specified tc path " + NAMES['TC'] + " does not exist.") | 354 | print("The specified tc path " + NAMES['TC'] + " does not exist.") |
355 | exit(1) | 355 | exit(1) |