[PATCH v2] fs: fix comment typo

Fix typo in include/fs.h
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Roger Knecht rknecht@pm.me --- v2: - Added Reviewed-by Simon
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 *cmdtp, int flag, int argc, int do_ext2load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
/* - * Tell the fs layer which block device an partition to use for future + * Tell the fs layer which block device and partition to use for future * commands. This also internally identifies the filesystem that is present * within the partition. The identification process may be limited to a * specific filesystem type by passing FS_* in the fstype parameter. -- 2.25.1

Hi Roger,
On Thu, 25 Aug 2022 at 05:12, Roger Knecht rknecht@pm.me wrote:
Fix typo in include/fs.h
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Roger Knecht rknecht@pm.me
v2:
- Added Reviewed-by Simon
Just a note that patchwork collects these tags for you so there is no need to resend the patch if that is all that has changed:
https://patchwork.ozlabs.org/project/uboot/patch/20220821152526.367-1-rknech...
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 *cmdtp, int flag, int argc, int do_ext2load(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
/*
- Tell the fs layer which block device an partition to use for future
- Tell the fs layer which block device and partition to use for future
- commands. This also internally identifies the filesystem that is present
- within the partition. The identification process may be limited to a
- specific filesystem type by passing FS_* in the fstype parameter.
-- 2.25.1
Regards, Simon

------- Original Message ------- On Thursday, August 25th, 2022 at 15:01, Simon Glass sjg@chromium.org wrote:
Hi Roger,
On Thu, 25 Aug 2022 at 05:12, Roger Knecht rknecht@pm.me wrote:
Fix typo in include/fs.h
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Roger Knecht rknecht@pm.me
v2:
- Added Reviewed-by Simon
Just a note that patchwork collects these tags for you so there is no need to resend the patch if that is all that has changed:
https://patchwork.ozlabs.org/project/uboot/patch/20220821152526.367-1-rknech...
Good to know, thanks Simon.
Regards, Roger

On Thu, Aug 25, 2022 at 12:12:01PM +0000, Roger Knecht wrote:
Fix typo in include/fs.h
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Roger Knecht rknecht@pm.me
Applied to u-boot/master, thanks!
participants (3)
-
Roger Knecht
-
Simon Glass
-
Tom Rini