From 900269bd4645252d898f6d3b73de01d8548c960c Mon Sep 17 00:00:00 2001 From: kenneth <459864689@qq.com> Date: Tue, 15 Jun 2021 17:16:41 +0800 Subject: [PATCH] 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> --- kernel/include/los_list.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/include/los_list.h b/kernel/include/los_list.h index 6974a2db..899cc348 100644 --- a/kernel/include/los_list.h +++ b/kernel/include/los_list.h @@ -112,7 +112,8 @@ LITE_OS_SEC_ALW_INLINE STATIC INLINE VOID LOS_ListInit(LOS_DL_LIST *list) *
  • None.
  • * * - * @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: