diff mbox series

[v2] fs: fix comment typo

Message ID 20220825121139.291-1-rknecht@pm.me
State Accepted
Commit da223d812bfe01ad745badce45a2d3b4482dc536
Delegated to: Tom Rini
Headers show
Series [v2] fs: fix comment typo | expand

Commit Message

Roger Knecht Aug. 25, 2022, 12:12 p.m. UTC
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(-)

--
2.25.1

Comments

Simon Glass Aug. 25, 2022, 3:01 p.m. UTC | #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-rknecht@pm.me/

>
>  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
Roger Knecht Aug. 28, 2022, 10:11 a.m. UTC | #2
------- 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-rknecht@pm.me/
> 
Good to know, thanks Simon.

Regards,
Roger
Tom Rini Aug. 31, 2022, 11:34 p.m. UTC | #3
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!
diff mbox series

Patch

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.