[spp] [PATCH 16/23] spp_vf: update comments for header file

x-fn-spp at sl.ntt-tx.co.jp x-fn-spp at sl.ntt-tx.co.jp
Wed Nov 21 02:35:51 CET 2018


From: Hideyuki Yamashita <yamashita.hideyuki at po.ntt-tx.co.jp>

This is a misc update. Change the name of header file for previous
change.

Signed-off-by: Hideyuki Yamashita <yamashita.hideyuki at po.ntt-tx.co.jp>
Signed-off-by: Naoki Takada <takada.naoki at lab.ntt.co.jp>
---
 src/vf/common/command_dec.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vf/common/command_dec.c b/src/vf/common/command_dec.c
index 29c7951..9a49185 100644
--- a/src/vf/common/command_dec.c
+++ b/src/vf/common/command_dec.c
@@ -45,7 +45,7 @@
 
 /*
  * classifier type string list
- * do it same as the order of enum spp_classifier_type (spp_vf.h)
+ * do it same as the order of enum spp_classifier_type (spp_proc.h)
  */
 const char *CLASSIFILER_TYPE_STRINGS[] = {
 	SPP_CLASSIFLER_NONE_STR,
@@ -57,7 +57,7 @@ const char *CLASSIFILER_TYPE_STRINGS[] = {
 
 /*
  * command action type string list
- * do it same as the order of enum spp_command_action (spp_vf.h)
+ * do it same as the order of enum spp_command_action (command_dec.h)
  */
 const char *COMMAND_ACTION_STRINGS[] = {
 	SPP_ACTION_NONE_STR,
-- 
2.18.0



More information about the spp mailing list