Skip to content

Commit a133ef8

Browse files
kedMertenskartben
authored andcommitted
include: sys: sys_heap: fix doc generation
Documentation comments describes sys_heap_runtime_stats_get function to have stats_t argument, hoever function has stats. The commit fixes typo introduces in a71cd87 Signed-off-by: Evgenii Kosenko <Evgenii.Kosenko@silabs.com>
1 parent d96e95e commit a133ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/sys/sys_heap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ struct z_heap_stress_result {
7979
* @brief Get the runtime statistics of a sys_heap
8080
*
8181
* @param heap Pointer to specified sys_heap
82-
* @param stats_t Pointer to struct to copy statistics into
82+
* @param stats Pointer to struct to copy statistics into
8383
* @return -EINVAL if null pointers, otherwise 0
8484
*/
8585
int sys_heap_runtime_stats_get(struct sys_heap *heap,

0 commit comments

Comments
 (0)