Commit a9f6fe0d authored by Loic Pallardy's avatar Loic Pallardy Committed by Bjorn Andersson

remoteproc: correct rproc_mem_entry_init() comments

Add alloc parameter description and correct comment
about release one.
Signed-off-by: default avatarLoic Pallardy <loic.pallardy@st.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent d4c036fe
......@@ -944,7 +944,8 @@ EXPORT_SYMBOL(rproc_add_carveout);
* @dma: dma address
* @len: memory carveout length
* @da: device address
* @release: memory carveout function
* @alloc: memory carveout allocation function
* @release: memory carveout release function
* @name: carveout name
*
* This function allocates a rproc_mem_entry struct and fill it with parameters
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment