[PATCH v2] fs: fix comment typo

Simon Glass sjg at chromium.org
Thu Aug 25 17:01:07 CEST 2022


Hi Roger,

On Thu, 25 Aug 2022 at 05:12, Roger Knecht <rknecht at pm.me> wrote:
>
> Fix typo in include/fs.h
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Roger Knecht <rknecht at 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


More information about the U-Boot mailing list