This is an automated email from the git hooks/post-receive script.

jforbes pushed a commit to branch master
in repository kernel-tests.

commit c4984e62112487bcf9013734d44063c4d0905d5c
Author: Craig Rodrigues <rodr...@freebsd.org>
Date:   Mon Dec 21 13:26:28 2015 -0800

    Remove extra parentheses
---
 default/libhugetlbfs/libhugetlbfs/huge_page_setup_helper.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/default/libhugetlbfs/libhugetlbfs/huge_page_setup_helper.py 
b/default/libhugetlbfs/libhugetlbfs/huge_page_setup_helper.py
index e41fbfc..d4a2f3e 100755
--- a/default/libhugetlbfs/libhugetlbfs/huge_page_setup_helper.py
+++ b/default/libhugetlbfs/libhugetlbfs/huge_page_setup_helper.py
@@ -262,7 +262,7 @@ if debug == False:
         try:
             sysctlConfLines = open(sysctlConf).readlines()
             os.rename(sysctlConf, sysctlConf + ".backup")
-            print(("Saved original %s as %s.backup" % (sysctlConf, 
sysctlConf)))
+            print("Saved original %s as %s.backup" % (sysctlConf, sysctlConf))
         except:
             pass
 
@@ -297,7 +297,7 @@ if debug == False:
         try:
             limitsConfLines = open(limitsConf).readlines()
             os.rename(limitsConf, limitsConf + ".backup")
-            print(("Saved original %s as %s.backup" % (limitsConf, 
limitsConf)))
+            print("Saved original %s as %s.backup" % (limitsConf, limitsConf))
         except:
             pass
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

Reply via email to