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>
This commit is contained in:
parent
f2a55acfcf
commit
fd4ee98db3
@ -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_image: Place to put the image details if successful
|
||||||
* @spl_boot_list: List of boot devices to try
|
* @spl_boot_list: List of boot devices to try
|
||||||
|
Loading…
Reference in New Issue
Block a user