Re: [PATCH] fs: fix comment typo

2022-08-22 Thread Simon Glass
On Sun, 21 Aug 2022 at 16:31, Roger Knecht wrote: > > Fix typo in include/fs.h > > Signed-off-by: Roger Knecht > --- > include/fs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass

[PATCH] fs: fix comment typo

2022-08-21 Thread Roger Knecht
Fix typo in include/fs.h Signed-off-by: Roger Knecht --- include/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fs.h b/include/fs.h index 2195dc172e..8370d88cb2 100644 --- a/include/fs.h +++ b/include/fs.h @@ -46,7 +46,7 @@ int do_fat_fsload(struct cmd_tbl