remoteproc: fix kernel-doc comment for parse_fw
authorFabien Dessenne <fabien.dessenne@st.com>
Wed, 7 Nov 2018 10:18:34 +0000 (11:18 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 7 Jan 2019 07:02:13 +0000 (23:02 -0800)
Fix the kernel-doc comment for "parse_fw" and fix a typo.

Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
include/linux/remoteproc.h

index 507a2b5..68e72f3 100644 (file)
@@ -345,9 +345,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