diff options
author | Loic Pallardy <loic.pallardy@st.com> | 2019-01-10 14:49:05 +0100 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-02-20 21:34:18 -0800 |
commit | a9f6fe0d728e615f344cd42567e6894ca3070de9 (patch) | |
tree | 292d57081f4be80269bd453e192745ed7d404daa /drivers/remoteproc | |
parent | d4c036fec321341f378ca95d3e99976e835a7404 (diff) |
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>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/remoteproc_core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c index 454a601d63c9..a97c4b7b28e1 100644 --- a/drivers/remoteproc/remoteproc_core.c +++ b/drivers/remoteproc/remoteproc_core.c @@ -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 |