[PATCH 6/7] selftest/bpf: remove redundant parenthesis

From: Alice Ferrazzi
Date: Tue Dec 11 2018 - 06:56:02 EST


Signed-off-by: Alice Ferrazzi <alice.ferrazzi@xxxxxxxxx>
---
tools/testing/selftests/bpf/test_offload.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/bpf/test_offload.py b/tools/testing/selftests/bpf/test_offload.py
index 0f9130ebfd2c..b06cc0eea0eb 100755
--- a/tools/testing/selftests/bpf/test_offload.py
+++ b/tools/testing/selftests/bpf/test_offload.py
@@ -140,7 +140,7 @@ def cmd_result(proc, include_stderr=False, fail=False):


def rm(f):
- cmd("rm -f %s" % (f))
+ cmd("rm -f %s" % f)
if f in files:
files.remove(f)

--
2.19.2