Commit 45d5acd3 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jiri Kosina

lib: rhashtable: Spelling s/compuate/compute/

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Cc: Thomas Graf <tgraf@suug.ch>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 32db83eb
......@@ -61,7 +61,7 @@ static u32 __hashfn(const struct rhashtable *ht, const void *key,
/**
* rhashtable_hashfn - compute hash for key of given length
* @ht: hash table to compuate for
* @ht: hash table to compute for
* @key: pointer to key
* @len: length of key
*
......@@ -92,7 +92,7 @@ static u32 obj_hashfn(const struct rhashtable *ht, const void *ptr, u32 hsize)
/**
* rhashtable_obj_hashfn - compute hash for hashed object
* @ht: hash table to compuate for
* @ht: hash table to compute for
* @ptr: pointer to hashed object
*
* Computes the hash value using the hash function `hashfn` respectively
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment