From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Peter Korsgaard <peter@korsgaard.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 34/42] package/genpart: fix typos in patch description
Date: Tue, 10 Sep 2024 22:46:58 +0200 [thread overview]
Message-ID: <ZuCwQgfKK3kmR_6G@landeda> (raw)
In-Reply-To: <20240910070823.4158894-35-peter@korsgaard.com>
Peter, All,
On 2024-09-10 09:08 +0200, Peter Korsgaard spake thusly:
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
> package/genpart/0001-fix-return-code.patch | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/genpart/0001-fix-return-code.patch b/package/genpart/0001-fix-return-code.patch
> index ec18c82f8c..55af0303a9 100644
> --- a/package/genpart/0001-fix-return-code.patch
> +++ b/package/genpart/0001-fix-return-code.patch
> @@ -1,7 +1,7 @@
> -genpart: return 0 if partition writen OK, with no do_magic
> +genpart: return 0 if partition written OK, with no do_magic
>
> If do_magic is false, we don't won't write the 0xaa55 magic.
----------------------------^^^^^-^^^^^
I also fixed that part when applying.
Applied to master, thanks.
Regards,
Yann E. MORIN.
> -However, if we succesfully wrote the partition entry, we still
> +However, if we successfully wrote the partition entry, we still
> want to return 0 to indicate success.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-09-10 20:51 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-10 7:07 [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 01/42] docs/manual/adding-packages-asciidoc.adoc: fix resources typo in example Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 02/42] docs/manual/adding-packages-linux-kernel-spec-infra.adoc: fix information typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 03/42] docs/manual/adding-packages-meson.adoc: fix occurrences typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 04/42] docs/manual/customize-outside-br.adoc: fix 'or' typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 05/42] docs/manual/migrating.adoc: fix occurrence typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 06/42] docs/manual/migrating.adoc: fix accommodate typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 07/42] docs/manual/using-buildroot-toolchain.adoc: fix overridden typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 08/42] docs/website/copyright.txt: fix oboard typo Peter Korsgaard
2024-09-10 20:33 ` Yann E. MORIN
2024-09-10 7:07 ` [Buildroot] [PATCH 09/42] docs/website/news.html: fix information typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 10/42] package/alure: fix dependencies typo in comment Peter Korsgaard
2024-09-10 20:35 ` Yann E. MORIN
2024-09-10 7:07 ` [Buildroot] [PATCH 11/42] package/audit: fix deactivate typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 12/42] package/avahi: fix appropriate typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 13/42] package/bc: fix typos in patch descriptions Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 14/42] package/bcache-tools: fix compatibility typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 15/42] package/bcusdk: fix definition typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 16/42] package/boost: fix typos in help text Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 17/42] package/c-icap-modules: fix Additional typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 18/42] package/chocolate-doom: fix multiple typo Peter Korsgaard
2024-09-10 7:07 ` [Buildroot] [PATCH 19/42] package/collectd: fix typos in help text / comment Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 20/42] package/dcron: fix opening typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 21/42] package/dmalloc: fix deactivate typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 22/42] package/dvblast: fix which typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 23/42] package/elftosb: fix typos in patch descriptions Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 24/42] package/erlang: fix inadvertently typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 25/42] package/exiv2: fix 'information see' typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 26/42] package/falcosecurity-libs: fix which typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 27/42] package/fbgrab: fix framebuffer typo in help text Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 28/42] package/fcgiwrap: fix explicitly typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 29/42] package/flex: fix typo in patch description Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 30/42] package/flutter-engine: fix typos in comments Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 31/42] package/flutter-pi: fix Raspberry typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 32/42] package/gcc: fix explicitly typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 33/42] package/gdb: fix program typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 34/42] package/genpart: fix typos in patch description Peter Korsgaard
2024-09-10 20:46 ` Yann E. MORIN [this message]
2024-09-10 7:08 ` [Buildroot] [PATCH 35/42] package/gerbera: fix guaranteed typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 36/42] package/go-src: fix variable typo in patch description Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 37/42] package/go: fix convenience typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 38/42] package/gobject-introspection: fix altogether typo in patch description Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 39/42] package/gtest: fix explanation typo Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 40/42] package/hddtemp: fix information typo in help text Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 41/42] package/heirloom-mailx: fix attachments " Peter Korsgaard
2024-09-10 7:08 ` [Buildroot] [PATCH 42/42] package/hostapd: fix proprietary " Peter Korsgaard
2024-09-10 20:52 ` [Buildroot] [PATCH 00/42] codespell spelling fixes A-H Yann E. MORIN
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=ZuCwQgfKK3kmR_6G@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=peter@korsgaard.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.