From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Etienne Carriere <etienne.carriere@linaro.org>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 7/7] package: optee-client: fix identation issues
Date: Sat, 3 Dec 2022 22:16:02 +0100 [thread overview]
Message-ID: <20221203211602.GH3302@scaer> (raw)
In-Reply-To: <20221130075452.2507453-7-etienne.carriere@linaro.org>
Etienne, All,
On 2022-11-30 08:54 +0100, Etienne Carriere spake thusly:
> Fix issues reported by utils/check-package:
> package/optee-client/S30optee:40: should be indented with tabs (http://nightly.buildroot.org/#adding-packages-start-script)
> package/optee-client/S30optee:46: should be indented with tabs (http://nightly.buildroot.org/#adding-packages-start-script)
> package/optee-client/S30optee:47: should be indented with tabs (http://nightly.buildroot.org/#adding-packages-start-script)
> package/optee-client/S30optee:48: should be indented with tabs (http://nightly.buildroot.org/#adding-packages-start-script)
I also had:
package/optee-client/S30optee:0: filename should be S<number><number><daemon name> (http://nightly.buildroot.org/#adding-packages-start-script)
package/optee-client/S30tee-supplicant:0: run 'shellcheck' and fix the warnings
So I also fixed those and applied to master, thanks.
Since those are fixes for existing issues, it should come early in the
series. I.e. a series should first fix issues, then add features (like
bumping a version).
That way, fixes can be applied early even if the rest of the series has
issues, and they can also more easily be backported as they do not
depend on the previous feature patches (in this case the fix applied
cleanly, but that's not always the case).
Regards,
Yann E. MORIN.
> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
> ---
> package/optee-client/S30optee | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/optee-client/S30optee b/package/optee-client/S30optee
> index 17e6d6d2b8..abb7e77afe 100644
> --- a/package/optee-client/S30optee
> +++ b/package/optee-client/S30optee
> @@ -37,13 +37,13 @@ restart() {
> }
>
> case "$1" in
> - start|stop|restart)
> + start|stop|restart)
> "$1";;
> reload)
> # Restart, since there is no true "reload" feature (does not
> # reconfigure/restart on SIGHUP, just closes all open files).
> restart;;
> - *)
> - echo "Usage: $0 {start|stop|restart|reload}"
> - exit 1
> + *)
> + echo "Usage: $0 {start|stop|restart|reload}"
> + exit 1
> esac
> --
> 2.25.1
>
> _______________________________________________
> 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
prev parent reply other threads:[~2022-12-03 21:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-30 7:54 [Buildroot] [PATCH 1/7] boot/optee-os: bump to version 3.19.0 Etienne Carriere
2022-11-30 7:54 ` [Buildroot] [PATCH 2/7] package/optee-benchmark: " Etienne Carriere
2022-11-30 7:54 ` [Buildroot] [PATCH 3/7] package/optee-client: " Etienne Carriere
2022-11-30 7:54 ` [Buildroot] [PATCH 4/7] package/optee-examples: " Etienne Carriere
2022-11-30 7:54 ` [Buildroot] [PATCH 5/7] package/optee-test: " Etienne Carriere
2022-11-30 7:54 ` [Buildroot] [PATCH 6/7] package: optee-client: select util-linux-libs, libuuid and pkgconf Etienne Carriere
2022-12-04 11:17 ` Yann E. MORIN
2022-12-05 8:52 ` Etienne Carriere
2022-11-30 7:54 ` [Buildroot] [PATCH 7/7] package: optee-client: fix identation issues Etienne Carriere
2022-12-03 21:16 ` Yann E. MORIN [this message]
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=20221203211602.GH3302@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=etienne.carriere@linaro.org \
/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