Fix format

This commit is contained in:
ousugo 2021-12-14 14:16:26 +08:00 committed by Bernard Xiong
parent c9cbc6fb0c
commit 9261bab77b
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ void rt_wqueue_remove(struct rt_wqueue_node *node)
} }
/** /**
* @brief This function is the default wakeup function. But it doesn't do anything in actual. * @brief This function is the default wakeup function, but it doesn't do anything in actual.
* Just always return 0, user should define their own wakeup function. * It always return 0, user should define their own wakeup function.
* *
* @param queue is a pointer to the wait queue. * @param queue is a pointer to the wait queue.
* *