u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] fs: fix comment typo
@ 2022-08-25 12:12 Roger Knecht
  2022-08-25 15:01 ` Simon Glass
  2022-08-31 23:34 ` Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Roger Knecht @ 2022-08-25 12:12 UTC (permalink / raw)
  To: u-boot; +Cc: Tom Rini, Simon Glass, Roger Knecht

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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] fs: fix comment typo
  2022-08-25 12:12 [PATCH v2] fs: fix comment typo Roger Knecht
@ 2022-08-25 15:01 ` Simon Glass
  2022-08-28 10:11   ` Roger Knecht
  2022-08-31 23:34 ` Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Simon Glass @ 2022-08-25 15:01 UTC (permalink / raw)
  To: Roger Knecht; +Cc: U-Boot Mailing List, Tom Rini

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] fs: fix comment typo
  2022-08-25 15:01 ` Simon Glass
@ 2022-08-28 10:11   ` Roger Knecht
  0 siblings, 0 replies; 4+ messages in thread
From: Roger Knecht @ 2022-08-28 10:11 UTC (permalink / raw)
  To: Simon Glass; +Cc: U-Boot Mailing List, Tom Rini

------- 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] fs: fix comment typo
  2022-08-25 12:12 [PATCH v2] fs: fix comment typo Roger Knecht
  2022-08-25 15:01 ` Simon Glass
@ 2022-08-31 23:34 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2022-08-31 23:34 UTC (permalink / raw)
  To: Roger Knecht; +Cc: u-boot, Simon Glass

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-31 23:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 12:12 [PATCH v2] fs: fix comment typo Roger Knecht
2022-08-25 15:01 ` Simon Glass
2022-08-28 10:11   ` Roger Knecht
2022-08-31 23:34 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).