[PATCH v2] hash: fix typo in Doxygen comment
From: Pablo de Lara <hidden>
Date: 2016-03-29 17:38:49
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
From: Pablo de Lara <hidden>
Date: 2016-03-29 17:38:49
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
rte_hash_set_cmp_func() had an incorrect Doxygen comment
for one of its parameters.
Fixes: 95da2f8e9c61 ("hash: customize compare function")
Signed-off-by: Pablo de Lara <redacted>
---
Changes in v2:
- Reworded Doxygen comment
lib/librte_hash/rte_hash.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_hash/rte_hash.h b/lib/librte_hash/rte_hash.h
index 85fc416..ae00b65 100644
--- a/lib/librte_hash/rte_hash.h
+++ b/lib/librte_hash/rte_hash.h@@ -114,7 +114,7 @@ rte_hash_create(const struct rte_hash_parameters *params); * in multi-process mode. * * @param h - * Hash table to reset + * Hash table for which the function is to be changed * @param func * New compare function */
--
2.5.5