aboutsummaryrefslogtreecommitdiff
path: root/include/bootflow.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-30 15:52:24 -0600
committerTom Rini <trini@konsulko.com>2022-08-12 08:17:11 -0400
commitee47d4af059aec024d2ac374e93089daa4bee324 (patch)
tree967fac2853ca384f8e57b564309520c9d750005b /include/bootflow.h
parenteccb25cd5922edebc15f135923aa2b4bbd26527d (diff)
downloadu-boot-ee47d4af059aec024d2ac374e93089daa4bee324.zip
u-boot-ee47d4af059aec024d2ac374e93089daa4bee324.tar.gz
u-boot-ee47d4af059aec024d2ac374e93089daa4bee324.tar.bz2
bootstd: Tidy comments in bootflow_scan_bootdev()
Fix a few nits in this function comment. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/bootflow.h')
-rw-r--r--include/bootflow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/bootflow.h b/include/bootflow.h
index c30ba04..4fa482a 100644
--- a/include/bootflow.h
+++ b/include/bootflow.h
@@ -169,9 +169,9 @@ int bootflow_iter_drop_bootmeth(struct bootflow_iter *iter,
* If @flags includes BOOTFLOWF_ALL then bootflows with errors are returned too
*
* @dev: Boot device to scan, NULL to work through all of them until it
- * finds one that * can supply a bootflow
+ * finds one that can supply a bootflow
* @iter: Place to store private info (inited by this call)
- * @flags: Flags for bootdev (enum bootflow_flags_t)
+ * @flags: Flags for iterator (enum bootflow_flags_t)
* @bflow: Place to put the bootflow if found
* Return: 0 if found, -ENODEV if no device, other -ve on other error
* (iteration can continue)