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:
kenneth 2021-06-15 17:16:41 +08:00
parent a760c268f4
commit 900269bd46
1 changed files with 2 additions and 1 deletions

View File

@ -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: