[dpdk-dev] [PATCH 1/1] table_test: renamed test_table_ACL to lowercase

Maciej Gajdzica maciejx.t.gajdzica at intel.com
Thu Aug 13 12:33:29 CEST 2015


Renamed function name to comply with coding standard.

Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica at intel.com>
---
 app/test/test_table.c     |    2 +-
 app/test/test_table_acl.c |    2 +-
 app/test/test_table_acl.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/test/test_table.c b/app/test/test_table.c
index de6c27d..676dab2 100644
--- a/app/test/test_table.c
+++ b/app/test/test_table.c
@@ -192,7 +192,7 @@ test_table(void)
 
 #ifdef RTE_LIBRTE_ACL
 	printf("\n\n\n\n************ACL tests************\n");
-	if (test_table_ACL() < 0)
+	if (test_table_acl() < 0)
 		return -1;
 #endif
 
diff --git a/app/test/test_table_acl.c b/app/test/test_table_acl.c
index e4e9b9c..3a64e47 100644
--- a/app/test/test_table_acl.c
+++ b/app/test/test_table_acl.c
@@ -579,7 +579,7 @@ fail:
 }
 
 int
-test_table_ACL(void)
+test_table_acl(void)
 {
 
 
diff --git a/app/test/test_table_acl.h b/app/test/test_table_acl.h
index f57cb27..a64c3e6 100644
--- a/app/test/test_table_acl.h
+++ b/app/test/test_table_acl.h
@@ -32,4 +32,4 @@
  */
 
 /* Test prototypes */
-int test_table_ACL(void);
+int test_table_acl(void);
-- 
1.7.9.5



More information about the dev mailing list