From: Hyotaek Shim Date: Mon, 4 Jul 2022 04:59:23 +0000 (+0900) Subject: Fix the specification of resource_get_cpu_boosting_level API X-Git-Tag: submit/tizen/20220704.075459~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7178601657ad7cfc88da796ed6b8562d859488bd;p=platform%2Fcore%2Fapi%2Fresource.git Fix the specification of resource_get_cpu_boosting_level API Change-Id: I69ca14147de264c6b86cfb984a1aaf8da8289fd8 --- diff --git a/include/cpu-boosting.h b/include/cpu-boosting.h index e48a5e8..e705d76 100644 --- a/include/cpu-boosting.h +++ b/include/cpu-boosting.h @@ -80,8 +80,8 @@ int resource_clear_cpu_boosting (resource_pid_t pid); * If pid.pid is zero and pid.tid is NULL, the calling thread is checked. \n * The caller must (de)allocate the buffer in the pid.tid pointer. * @param[out] level The boosting level for the target process (pid/tids) \n - * The level->tid_level array will be filled with cpu_boosting_level_e for tids requested by the pid argument. \n - * The caller must (de)allocate the buffer in the level->tid_level pointer. + * level->tid_level will be allocated and filled with cpu_boosting_level_e for tids requested by the pid argument. \n + * The caller must deallocate the buffer in the level->tid_level pointer after using it. * * @return 0 on success, otherwise a negative error value. */