public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Wolfgang Wallner <wolfgang.wallner@br-automation.com>,
	u-boot@lists.denx.de
Cc: Bernhard Messerklinger <bernhard.messerklinger@br-automation.com>,
	Wolfgang Wallner <wolfgang.wallner@br-automation.com>,
	Julien Masson <jmasson@baylibre.com>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Mattijs Korpershoek <mkorpershoek@kernel.org>,
	Mayuresh Chitale <mchitale@ventanamicro.com>,
	Paul HENRYS <paul.henrys_ext@softathome.com>,
	Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH 5/9] image: Fix typos in image.h
Date: Mon, 27 Oct 2025 14:22:19 +0100	[thread overview]
Message-ID: <874irklbsk.fsf@kernel.org> (raw)
In-Reply-To: <20251024151219.100970-6-wolfgang.wallner@br-automation.com>

Hi Wolfgang,

Thank you for the patch.

On Fri, Oct 24, 2025 at 17:12, "Wolfgang Wallner" <wolfgang.wallner@br-automation.com> wrote:

> Fix some typos in include/image.h.
>
> Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>

> ---
>
>  include/image.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/include/image.h b/include/image.h
> index fc2f2487095..9a1c828416d 100644
> --- a/include/image.h
> +++ b/include/image.h
> @@ -654,10 +654,10 @@ int boot_get_fpga(struct bootm_headers *images);
>   * boot_get_ramdisk() is responsible for finding a valid ramdisk image.
>   * Currently supported are the following ramdisk sources:
>   *      - multicomponent kernel/ramdisk image,
> - *      - commandline provided address of decicated ramdisk image.
> + *      - commandline provided address of dedicated ramdisk image.
>   *
>   * returns:
> - *     0, if ramdisk image was found and valid, or skiped
> + *     0, if ramdisk image was found and valid, or skipped
>   *     rd_start and rd_end are set to ramdisk start/end addresses if
>   *     ramdisk image is found and valid
>   *
> @@ -739,7 +739,7 @@ int boot_get_fdt_fit(struct bootm_headers *images, ulong addr,
>   * @param bootstage_id	ID of starting bootstage to use for progress updates.
>   *			This will be added to the BOOTSTAGE_SUB values when
>   *			calling bootstage_mark()
> - * @param load_op	Decribes what to do with the load address
> + * @param load_op	Describes what to do with the load address
>   * @param datap		Returns address of loaded image
>   * @param lenp		Returns length of loaded image
>   * Return: node offset of image, or -ve error code on error:
> @@ -812,7 +812,7 @@ int fit_get_node_from_config(struct bootm_headers *images,
>   * boot_get_fdt() is responsible for finding a valid flat device tree image.
>   * Currently supported are the following FDT sources:
>   *      - multicomponent kernel/ramdisk/FDT image,
> - *      - commandline provided address of decicated FDT image.
> + *      - commandline provided address of dedicated FDT image.
>   *
>   * Return:
>   *     0, if fdt image was found and valid, or skipped
> -- 
> 2.51.1

  parent reply	other threads:[~2025-10-27 13:22 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-24 15:11 [PATCH 0/9] Fix various typos, wording or whitespace errors Wolfgang Wallner
2025-10-24 15:11 ` [PATCH 1/9] doc: develop: Fix typos in binman/binman.rst Wolfgang Wallner
2025-10-26 14:26   ` Simon Glass
2025-10-24 15:11 ` [PATCH 2/9] doc: develop: Change formatting to make binman doc more readable Wolfgang Wallner
2025-10-26 14:26   ` Simon Glass
2025-10-24 15:11 ` [PATCH 3/9] doc: Fix typos Wolfgang Wallner
2025-10-24 20:43   ` E Shattow
2025-10-24 15:12 ` [PATCH 4/9] boot: kconfig: " Wolfgang Wallner
2025-10-26 14:27   ` Simon Glass
2025-10-27 13:22   ` Mattijs Korpershoek
2025-10-24 15:12 ` [PATCH 5/9] image: Fix typos in image.h Wolfgang Wallner
2025-10-26 14:27   ` Simon Glass
2025-10-27 13:22   ` Mattijs Korpershoek [this message]
2025-10-24 15:12 ` [PATCH 6/9] bootm: Fix typo in bootm.h Wolfgang Wallner
2025-10-26 14:27   ` Simon Glass
2025-10-24 15:12 ` [PATCH 7/9] boot: Fix typo Wolfgang Wallner
2025-10-26 14:27   ` Simon Glass
2025-10-24 15:12 ` [PATCH 8/9] doc: Fix whitespace in devicetree example in overlay-fdt-boot.rst Wolfgang Wallner
2025-10-24 15:12 ` [PATCH 9/9] doc: develop: virtio: Fix qemu example (true/false -> on/off) Wolfgang Wallner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874irklbsk.fsf@kernel.org \
    --to=mkorpershoek@kernel.org \
    --cc=bernhard.messerklinger@br-automation.com \
    --cc=jmasson@baylibre.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=mchitale@ventanamicro.com \
    --cc=paul.henrys_ext@softathome.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=wolfgang.wallner@br-automation.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox