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

2019-07-11 Thread Tom Rini
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 > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___

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

2019-05-07 Thread Stefan Roese
On 07.05.19 14:18, Miquel Raynal wrote: Fix a tiny typo in boot_from_devices() kernel doc. Signed-off-by: Miquel Raynal Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

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

2019-05-07 Thread Miquel Raynal
Fix a tiny typo in boot_from_devices() kernel doc. Signed-off-by: Miquel Raynal --- 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