Skip to content

Commit 6bab2c5

Browse files
authored
[Comgr][NFC] Update comment for logging APIs
OUT_OF_RESOURCES not an error case for this API
1 parent 4a682e1 commit 6bab2c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

amd/comgr/include/amd_comgr.h.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,9 +1563,6 @@ amd_comgr_action_info_get_working_directory_path(
15631563
*
15641564
* @retval ::AMD_COMGR_STATUS_ERROR_INVALID_ARGUMENT @p
15651565
* action_info is an invalid action info object.
1566-
*
1567-
* @retval ::AMD_COMGR_STATUS_ERROR_OUT_OF_RESOURCES
1568-
* Unable to update action info object as out of resources.
15691566
*/
15701567
amd_comgr_status_t AMD_COMGR_API
15711568
amd_comgr_action_info_set_logging(
@@ -1584,9 +1581,6 @@ amd_comgr_action_info_set_logging(
15841581
*
15851582
* @retval ::AMD_COMGR_STATUS_ERROR_INVALID_ARGUMENT @p
15861583
* action_info is an invalid action info object. @p logging is NULL.
1587-
*
1588-
* @retval ::AMD_COMGR_STATUS_ERROR_OUT_OF_RESOURCES
1589-
* Unable to update the data object as out of resources.
15901584
*/
15911585
amd_comgr_status_t AMD_COMGR_API
15921586
amd_comgr_action_info_get_logging(

0 commit comments

Comments
 (0)