[U-Boot] [PATCH 01/12] spl: Fix typo in kernel doc
Miquel Raynal
miquel.raynal at bootlin.com
Tue May 7 12:18:43 UTC 2019
Fix a tiny typo in boot_from_devices() kernel doc.
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
common/spl/spl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/spl/spl.c b/common/spl/spl.c
index 88d4b8a9bf..745da7d431 100644
--- a/common/spl/spl.c
+++ b/common/spl/spl.c
@@ -532,7 +532,7 @@ static int spl_load_image(struct spl_image_info *spl_image,
}
/**
- * boot_from_devices() - Try loading an booting U-Boot from a list of devices
+ * boot_from_devices() - Try loading a booting U-Boot from a list of devices
*
* @spl_image: Place to put the image details if successful
* @spl_boot_list: List of boot devices to try
--
2.19.1
More information about the U-Boot
mailing list