From: Maciej Gajdzica <maciejx.t.gajdzica@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 1/1] table_test: renamed test_table_ACL to lowercase
Date: Thu, 13 Aug 2015 12:33:29 +0200 [thread overview]
Message-ID: <1439462009-29201-1-git-send-email-maciejx.t.gajdzica@intel.com> (raw)
Renamed function name to comply with coding standard.
Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica@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
next reply other threads:[~2015-08-13 10:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-13 10:33 Maciej Gajdzica [this message]
2015-08-17 16:20 ` De Lara Guarch, Pablo
2015-12-07 3:00 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439462009-29201-1-git-send-email-maciejx.t.gajdzica@intel.com \
--to=maciejx.t.gajdzica@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).