
7 May
2019
7 May
'19
2:18 p.m.
Fix a tiny typo in boot_from_devices() kernel doc.
Signed-off-by: Miquel Raynal miquel.raynal@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