!316 fix: update LOS_DL_LIST_IS_END comment

Merge pull request !316 from kenneth/LOS_DL_LIST_IS_END
This commit is contained in:
openharmony_ci 2021-06-17 14:08:29 +08:00 committed by Gitee
commit dca42b9ef6
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> * <li>None.</li>
* </ul> * </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. * @retval None.
* @par Dependency: * @par Dependency: