From: Sascha Hauer <s.hauer@pengutronix.de>
To: Jan Luebbe <jlu@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] stringlist: string_list_contains can use a const string
Date: Thu, 20 Nov 2014 14:36:40 +0100 [thread overview]
Message-ID: <20141120133640.GL30369@pengutronix.de> (raw)
In-Reply-To: <1416404068-8526-1-git-send-email-jlu@pengutronix.de>
On Wed, Nov 19, 2014 at 02:34:28PM +0100, Jan Luebbe wrote:
> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
> ---
> include/stringlist.h | 2 +-
> lib/stringlist.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/include/stringlist.h b/include/stringlist.h
> index 127998cb6e21..2e2addf98f19 100644
> --- a/include/stringlist.h
> +++ b/include/stringlist.h
> @@ -11,7 +11,7 @@ struct string_list {
> int string_list_add(struct string_list *sl, char *str);
> int string_list_add_asprintf(struct string_list *sl, const char *fmt, ...);
> int string_list_add_sorted(struct string_list *sl, char *str);
> -int string_list_contains(struct string_list *sl, char *str);
> +int string_list_contains(struct string_list *sl, const char *str);
> void string_list_print_by_column(struct string_list *sl);
>
> static inline void string_list_init(struct string_list *sl)
> diff --git a/lib/stringlist.c b/lib/stringlist.c
> index cc84944f73b3..57801b3bb04d 100644
> --- a/lib/stringlist.c
> +++ b/lib/stringlist.c
> @@ -60,7 +60,7 @@ int string_list_add_sorted(struct string_list *sl, char *str)
> return 0;
> }
>
> -int string_list_contains(struct string_list *sl, char *str)
> +int string_list_contains(struct string_list *sl, const char *str)
> {
> struct string_list *entry;
>
> --
> 2.1.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2014-11-20 13:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-19 13:34 Jan Luebbe
2014-11-20 13:36 ` Sascha Hauer [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=20141120133640.GL30369@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=jlu@pengutronix.de \
/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