Skip to content

Commit

Permalink
remoteproc: correct rproc_mem_entry_init() comments
Browse files Browse the repository at this point in the history
Add alloc parameter description and correct comment
about release one.

Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
ydrallap authored and andersson committed Feb 21, 2019
1 parent d4c036f commit a9f6fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/remoteproc/remoteproc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9f6fe0

Please sign in to comment.