fix: update LOS_DL_LIST_IS_END comment
update LOS_DL_LIST_IS_END comment close https://gitee.com/openharmony/kernel_liteos_a/issues/I3TWU6 Signed-off-by: kenneth <459864689@qq.com>
This commit is contained in:
parent
a760c268f4
commit
900269bd46
|
@ -112,7 +112,8 @@ LITE_OS_SEC_ALW_INLINE STATIC INLINE VOID LOS_ListInit(LOS_DL_LIST *list)
|
|||
* <li>None.</li>
|
||||
* </ul>
|
||||
*
|
||||
* @param object [IN] Node in the doubly linked list.
|
||||
* @param list [IN] Doubly linked list.
|
||||
* @param node [IN] The node to be tested if the end of the list.
|
||||
*
|
||||
* @retval None.
|
||||
* @par Dependency:
|
||||
|
|
Loading…
Reference in New Issue