Change-Id: I69ca14147de264c6b86cfb984a1aaf8da8289fd8
* 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.
*/