diff options
| -rw-r--r-- | lib/rhashtable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rhashtable.c b/lib/rhashtable.c index e6940cf16628..06f24ff08ac8 100644 --- a/lib/rhashtable.c +++ b/lib/rhashtable.c | |||
| @@ -61,7 +61,7 @@ static u32 __hashfn(const struct rhashtable *ht, const void *key, | |||
| 61 | 61 | ||
| 62 | /** | 62 | /** |
| 63 | * rhashtable_hashfn - compute hash for key of given length | 63 | * rhashtable_hashfn - compute hash for key of given length |
| 64 | * @ht: hash table to compuate for | 64 | * @ht: hash table to compute for |
| 65 | * @key: pointer to key | 65 | * @key: pointer to key |
| 66 | * @len: length of key | 66 | * @len: length of key |
| 67 | * | 67 | * |
| @@ -92,7 +92,7 @@ static u32 obj_hashfn(const struct rhashtable *ht, const void *ptr, u32 hsize) | |||
| 92 | 92 | ||
| 93 | /** | 93 | /** |
| 94 | * rhashtable_obj_hashfn - compute hash for hashed object | 94 | * rhashtable_obj_hashfn - compute hash for hashed object |
| 95 | * @ht: hash table to compuate for | 95 | * @ht: hash table to compute for |
| 96 | * @ptr: pointer to hashed object | 96 | * @ptr: pointer to hashed object |
| 97 | * | 97 | * |
| 98 | * Computes the hash value using the hash function `hashfn` respectively | 98 | * Computes the hash value using the hash function `hashfn` respectively |
