projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a55ac
)
spl: Fix typo in kernel doc
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Tue, 7 May 2019 12:18:43 +0000
(14:18 +0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 11 Jul 2019 14:05:15 +0000
(10:05 -0400)
Fix a tiny typo in boot_from_devices() kernel doc.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Stefan Roese <sr@denx.de>
common/spl/spl.c
patch
|
blob
|
history
diff --git
a/common/spl/spl.c
b/common/spl/spl.c
index 4ddeff9b51ee657144855e8f884e3f3234b00a33..d5e3f680f4cb61bfa054684db5fd657425436c2c 100644
(file)
--- a/
common/spl/spl.c
+++ b/
common/spl/spl.c
@@
-535,7
+535,7
@@
static int spl_load_image(struct spl_image_info *spl_image,
}
/**
- * boot_from_devices() - Try loading a
n
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