From de7212b82253cb8705a2ad8d1cb33da09a3ef49f Mon Sep 17 00:00:00 2001
From: Intel <intel.com>
Date: Thu, 20 Dec 2012 00:00:00 +0100
Subject: [PATCH] hash: remove comments

Signed-off-by: Intel
---
 lib/librte_hash/rte_jhash.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/librte_hash/rte_jhash.h b/lib/librte_hash/rte_jhash.h
index c689fbfa74..4288710bc3 100644
--- a/lib/librte_hash/rte_jhash.h
+++ b/lib/librte_hash/rte_jhash.h
@@ -217,9 +217,6 @@ rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval)
  * A special ultra-optimized versions that knows it is hashing exactly
  * 2 words.
  *
- * NOTE: In partilar the "c += length; __rte_jhash_mix(a,b,c);" normally
- *       done at the end is not done here.
- *
  * @param a
  *   First word to calcuate hash of.
  * @param b
@@ -239,9 +236,6 @@ rte_jhash_2words(uint32_t a, uint32_t b, uint32_t initval)
  * A special ultra-optimized versions that knows it is hashing exactly
  * 1 word.
  *
- * NOTE: In partilar the "c += length; __rte_jhash_mix(a,b,c);" normally
- *       done at the end is not done here.
- *
  * @param a
  *   Word to calcuate hash of.
  * @param initval
-- 
2.39.5