Skip to content

Commit 5de6996

Browse files
committed
[kernel]update format
1 parent a912a2f commit 5de6996

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/idle.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ void rt_thread_defunct_enqueue(rt_thread_t thread)
167167

168168
/**
169169
* @brief Dequeue a thread from defunct queue.
170-
*
170+
*
171171
* @note It must be called between rt_hw_interrupt_disable and rt_hw_interrupt_enable.
172172
*/
173173
rt_thread_t rt_thread_defunct_dequeue(void)

src/mem.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,11 +618,11 @@ RTM_EXPORT(rt_free);
618618

619619
#ifdef RT_MEM_STATS
620620
/**
621-
* @brief This function will caculate the total memory, the used memory, and
621+
* @brief This function will caculate the total memory, the used memory, and
622622
* the max used memory.
623623
*
624624
* @param total is a pointer to get the total size of the memory.
625-
*
625+
*
626626
* @param used is a pointer to get the size of memory used.
627627
*
628628
* @param max_used is a pointer to get the maximum memory used.

src/slab.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,11 +920,11 @@ RTM_EXPORT(rt_free);
920920

921921
#ifdef RT_MEM_STATS
922922
/**
923-
* @brief This function will caculate the total memory, the used memory, and
923+
* @brief This function will caculate the total memory, the used memory, and
924924
* the max used memory.
925925
*
926926
* @param total is a pointer to get the total size of the memory.
927-
*
927+
*
928928
* @param used is a pointer to get the size of memory used.
929929
*
930930
* @param max_used is a pointer to get the maximum memory used.

0 commit comments

Comments
 (0)