diff --git a/kernel/include/los_list.h b/kernel/include/los_list.h index 6974a2db36a56572cfe0b616e50bbd1f8825baca..899cc348d7a79204ce8eef4b9093522b68375bc6 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: