From: Loic Pallardy Date: Thu, 10 Jan 2019 13:49:05 +0000 (+0100) Subject: remoteproc: correct rproc_mem_entry_init() comments X-Git-Tag: v5.1-rc1~33^2~7 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a9f6fe0d728e615f344cd42567e6894ca3070de9;p=linux.git remoteproc: correct rproc_mem_entry_init() comments Add alloc parameter description and correct comment about release one. Signed-off-by: Loic Pallardy Signed-off-by: Bjorn Andersson --- 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