aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhashtable.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2014-08-08 11:19:14 -0400
committerJiri Kosina <jkosina@suse.cz>2014-08-26 03:35:56 -0400
commit45d5acd3cdf36b968067b11b1e138948325e55ed (patch)
tree1e323008c64afd8e9dd30f164dba2682d9412819 /lib/rhashtable.c
parent32db83eb1ae1a8432bfabe2c9f6fd522a5419c4b (diff)
lib: rhashtable: Spelling s/compuate/compute/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Thomas Graf <tgraf@suug.ch> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/rhashtable.c')
-rw-r--r--lib/rhashtable.c4
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