diff options
author | Miquel Raynal | 2019-05-07 14:18:43 +0200 |
---|---|---|
committer | Tom Rini | 2019-07-11 10:05:15 -0400 |
commit | fd4ee98db330f067bf366eefe1f83909e846cedd (patch) | |
tree | 11aeeb3d7f0e0e5228171216c90336928eb1b4b9 | |
parent | f2a55acfcf7a605f114a45eafa8a349341680f42 (diff) |
spl: Fix typo in kernel doc
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>
-rw-r--r-- | common/spl/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl.c b/common/spl/spl.c index 4ddeff9b51e..d5e3f680f4c 100644 --- 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 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 |