diff mbox series

[3/5] remoteproc: Add missing kernel-doc comment for auto-boot

Message ID 20180915003725.17549-4-s-anna@ti.com
State Accepted
Commit 1bb89893d4fa8275333b3ed74fb0379d63025f9a
Headers show
Series remoteproc sysfs fixes/improvements | expand

Commit Message

Suman Anna Sept. 15, 2018, 12:37 a.m. UTC
The commit ddf711872c9d ("remoteproc: Introduce auto-boot flag")
introduced the auto-boot flag but missed adding the corresponding
kernel-doc comment. Add the same.

Signed-off-by: Suman Anna <s-anna@ti.com>

---
 include/linux/remoteproc.h | 1 +
 1 file changed, 1 insertion(+)

-- 
2.18.0

Comments

Bjorn Andersson Oct. 6, 2018, 6:14 a.m. UTC | #1
On Fri 14 Sep 17:37 PDT 2018, Suman Anna wrote:

> The commit ddf711872c9d ("remoteproc: Introduce auto-boot flag")

> introduced the auto-boot flag but missed adding the corresponding

> kernel-doc comment. Add the same.

> 

> Signed-off-by: Suman Anna <s-anna@ti.com>


Applied.

Thanks,
Bjorn

> ---

>  include/linux/remoteproc.h | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h

> index e3c5d856b6da..75f9ca05b865 100644

> --- a/include/linux/remoteproc.h

> +++ b/include/linux/remoteproc.h

> @@ -439,6 +439,7 @@ struct rproc_dump_segment {

>   * @cached_table: copy of the resource table

>   * @table_sz: size of @cached_table

>   * @has_iommu: flag to indicate if remote processor is behind an MMU

> + * @auto_boot: flag to indicate if remote processor should be auto-started

>   * @dump_segments: list of segments in the firmware

>   */

>  struct rproc {

> -- 

> 2.18.0

>
diff mbox series

Patch

diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h
index e3c5d856b6da..75f9ca05b865 100644
--- a/include/linux/remoteproc.h
+++ b/include/linux/remoteproc.h
@@ -439,6 +439,7 @@  struct rproc_dump_segment {
  * @cached_table: copy of the resource table
  * @table_sz: size of @cached_table
  * @has_iommu: flag to indicate if remote processor is behind an MMU
+ * @auto_boot: flag to indicate if remote processor should be auto-started
  * @dump_segments: list of segments in the firmware
  */
 struct rproc {