summaryrefslogtreecommitdiff
path: root/plat/xilinx
diff options
context:
space:
mode:
authorJoanna Farley <joanna.farley@arm.com>2023-02-17 13:10:23 +0100
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-02-17 13:10:23 +0100
commitaa3169a8de0dca6be3973ffa344667e61eeb62d7 (patch)
treec3ddb832da88d4d7c136270100648c8d860a87a0 /plat/xilinx
parent9c692f91a2cd6731ed76605cee4b16ee8f71d62c (diff)
parentb96065a04bbd7f1a6af70ab5125027a028b4d79c (diff)
downloadarm-trusted-firmware-aa3169a8de0dca6be3973ffa344667e61eeb62d7.tar.gz
Merge "docs(xilinx): correct function description" into integration
Diffstat (limited to 'plat/xilinx')
-rw-r--r--plat/xilinx/common/pm_service/pm_ipi.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/plat/xilinx/common/pm_service/pm_ipi.c b/plat/xilinx/common/pm_service/pm_ipi.c
index 513d6be0a..a3c3a6f23 100644
--- a/plat/xilinx/common/pm_service/pm_ipi.c
+++ b/plat/xilinx/common/pm_service/pm_ipi.c
@@ -172,12 +172,13 @@ static enum pm_ret_status pm_ipi_buff_read(const struct pm_proc *proc,
}
/**
- * pm_ipi_buff_read_callb() - Reads IPI response after remote processor has
- * handled interrupt
- * @value Used to return value from IPI buffer element (optional)
+ * pm_ipi_buff_read_callb() - Callback function that reads value from
+ * ipi response buffer
+ * @value Used to return value from IPI buffer element
* @count Number of values to return in @value
*
- * @return Returns status, either success or error+reason
+ * This callback function fills requested data in @value from ipi response
+ * buffer.
*/
void pm_ipi_buff_read_callb(uint32_t *value, size_t count)
{