All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remoteproc: fix kernel-doc comment for parse_fw
@ 2018-11-07 10:18 Fabien Dessenne
  2018-11-08  6:27 ` Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Fabien Dessenne @ 2018-11-07 10:18 UTC (permalink / raw)
  To: Ohad Ben-Cohen, Bjorn Andersson, linux-remoteproc
  Cc: Fabien Dessenne, Loic Pallardy, Arnaud Pouliquen

Fix the kernel-doc comment for "parse_fw" and fix a typo.

Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com>
---
 include/linux/remoteproc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h
index e3c5d85..3c83d0f 100644
--- a/include/linux/remoteproc.h
+++ b/include/linux/remoteproc.h
@@ -332,9 +332,9 @@ struct firmware;
  * @stop:	power off the device
  * @kick:	kick a virtqueue (virtqueue id given as a parameter)
  * @da_to_va:	optional platform hook to perform address translations
- * @load_rsc_table:	load resource table from firmware image
+ * @parse_fw:	parse firmware to extract information (e.g. resource table)
  * @find_loaded_rsc_table: find the loaded resouce table
- * @load:		load firmeware to memory, where the remote processor
+ * @load:		load firmware to memory, where the remote processor
  *			expects to find it
  * @sanity_check:	sanity check the fw image
  * @get_boot_addr:	get boot address to entry point specified in firmware
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] remoteproc: fix kernel-doc comment for parse_fw
  2018-11-07 10:18 [PATCH] remoteproc: fix kernel-doc comment for parse_fw Fabien Dessenne
@ 2018-11-08  6:27 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2018-11-08  6:27 UTC (permalink / raw)
  To: Fabien Dessenne
  Cc: Ohad Ben-Cohen, linux-remoteproc, Loic Pallardy, Arnaud Pouliquen

On Wed 07 Nov 02:18 PST 2018, Fabien Dessenne wrote:

> Fix the kernel-doc comment for "parse_fw" and fix a typo.
> 
> Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com>

Thanks Fabien, applied for v4.21

Regards,
Bjorn

> ---
>  include/linux/remoteproc.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h
> index e3c5d85..3c83d0f 100644
> --- a/include/linux/remoteproc.h
> +++ b/include/linux/remoteproc.h
> @@ -332,9 +332,9 @@ struct firmware;
>   * @stop:	power off the device
>   * @kick:	kick a virtqueue (virtqueue id given as a parameter)
>   * @da_to_va:	optional platform hook to perform address translations
> - * @load_rsc_table:	load resource table from firmware image
> + * @parse_fw:	parse firmware to extract information (e.g. resource table)
>   * @find_loaded_rsc_table: find the loaded resouce table
> - * @load:		load firmeware to memory, where the remote processor
> + * @load:		load firmware to memory, where the remote processor
>   *			expects to find it
>   * @sanity_check:	sanity check the fw image
>   * @get_boot_addr:	get boot address to entry point specified in firmware
> -- 
> 2.7.4
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-08  6:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 10:18 [PATCH] remoteproc: fix kernel-doc comment for parse_fw Fabien Dessenne
2018-11-08  6:27 ` Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.