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: