Re: [PATCH v2 02/21] sandbox: Fix a comment in os_find_u_boot()

2024-07-18 Thread Mattijs Korpershoek
Hi Simon, Thank you for the patch. On sam., juil. 13, 2024 at 08:00, Simon Glass wrote: > Fix a missing dot in a comment, since '..' is confusing. > > Signed-off-by: Simon Glass Reviewed-by: Mattijs Korpershoek > --- > > (no changes since v1) > > arch/sandbox/cpu/os.c | 2 +- > 1 file chan

[PATCH v2 02/21] sandbox: Fix a comment in os_find_u_boot()

2024-07-13 Thread Simon Glass
Fix a missing dot in a comment, since '..' is confusing. Signed-off-by: Simon Glass --- (no changes since v1) arch/sandbox/cpu/os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index 6a8a5e7b89b..1491d00504d 100644 --- a/arch