Skip to content

Commit 36e70af

Browse files
Andrew Boiecarlescufi
authored andcommitted
kernel: fix k_object_free() spelling
This was supposed to match definitions if dynamic objects are turned on. Signed-off-by: Andrew Boie <[email protected]>
1 parent ff29d30 commit 36e70af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/kernel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ static inline void *z_impl_k_object_alloc(enum k_objects otype)
375375
*
376376
* @param obj
377377
*/
378-
static inline void k_obj_free(void *obj)
378+
static inline void k_object_free(void *obj)
379379
{
380380
ARG_UNUSED(obj);
381381
}

0 commit comments

Comments
 (0)