1
0
Fork 0

remoteproc: correct rproc_mem_entry_init() comments

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>
hifive-unleashed-5.1
Loic Pallardy 2019-01-10 14:49:05 +01:00 committed by Bjorn Andersson
parent d4c036fec3
commit a9f6fe0d72
1 changed files with 2 additions and 1 deletions

View File

@ -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