hash: remove comments
authorIntel <intel.com>
Wed, 19 Dec 2012 23:00:00 +0000 (00:00 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 25 Jul 2013 13:23:27 +0000 (15:23 +0200)
Signed-off-by: Intel
lib/librte_hash/rte_jhash.h

index c689fbf..4288710 100644 (file)
@@ -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