Skip to content

Commit db939b6

Browse files
kartbennashif
authored andcommitted
lib: os: doc: fix sys_hashmap_api doc typo
The documentation for sys_hashmap_api has an extra (leftover?) param. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 18636af commit db939b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/zephyr/sys/hash_map_api.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ typedef bool (*sys_hashmap_get_t)(const struct sys_hashmap *map, uint64_t key, u
164164
* @brief Generic Hashmap API
165165
*
166166
* @param iter Iterator constructor (in-place)
167-
* @param next Forward-incrementer for iterator
168167
* @param clear Clear the hash table, freeing all resources
169168
* @param insert Insert a key-value pair into the Hashmap
170169
* @param remove Remove a key-value pair from the Hashmap

0 commit comments

Comments
 (0)