diff mbox series

[U-Boot,01/12] spl: Fix typo in kernel doc

Message ID 20190507121854.18575-2-miquel.raynal@bootlin.com
State Accepted
Commit fd4ee98db330f067bf366eefe1f83909e846cedd
Delegated to: Tom Rini
Headers show
Series Enable returning back to BootROM from spear SPL | expand

Commit Message

Miquel Raynal May 7, 2019, 12:18 p.m. UTC
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(-)

Comments

Stefan Roese May 7, 2019, 12:40 p.m. UTC | #1
On 07.05.19 14:18, Miquel Raynal wrote:
> 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>

Thanks,
Stefan
Tom Rini July 11, 2019, 10:05 p.m. UTC | #2
On Tue, May 07, 2019 at 02:18:43PM +0200, Miquel Raynal wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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