]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
remoteproc: Add missing kernel-doc comment for auto-boot
authorSuman Anna <s-anna@ti.com>
Sat, 15 Sep 2018 00:37:23 +0000 (19:37 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 6 Oct 2018 06:04:39 +0000 (23:04 -0700)
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>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
include/linux/remoteproc.h

index e3c5d856b6da52f367873271db0e436d5b371284..75f9ca05b865e8aff22611153a0d02d4749c02ef 100644 (file)
@@ -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 {