* [PATCH] clarify strim function description
@ 2016-08-18 11:29 Aleksey Kuleshov
2016-08-22 5:48 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Aleksey Kuleshov @ 2016-08-18 11:29 UTC (permalink / raw)
To: barebox; +Cc: Aleksey Kuleshov
Signed-off-by: Aleksey Kuleshov <rndfax@yandex.ru>
---
lib/string.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/string.c b/lib/string.c
index a3e9fd8..1d491c9 100644
--- a/lib/string.c
+++ b/lib/string.c
@@ -641,7 +641,7 @@ char *skip_spaces(const char *str)
}
/**
- * strim - Removes leading and trailing whitespace from @s.
+ * strim - Removes trailing whitespace from @s.
* @s: The string to be stripped.
*
* Note that the first trailing whitespace is replaced with a %NUL-terminator
--
2.8.0.rc3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] clarify strim function description
2016-08-18 11:29 [PATCH] clarify strim function description Aleksey Kuleshov
@ 2016-08-22 5:48 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2016-08-22 5:48 UTC (permalink / raw)
To: Aleksey Kuleshov; +Cc: barebox
On Thu, Aug 18, 2016 at 02:29:03PM +0300, Aleksey Kuleshov wrote:
> Signed-off-by: Aleksey Kuleshov <rndfax@yandex.ru>
> ---
> lib/string.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/lib/string.c b/lib/string.c
> index a3e9fd8..1d491c9 100644
> --- a/lib/string.c
> +++ b/lib/string.c
> @@ -641,7 +641,7 @@ char *skip_spaces(const char *str)
> }
>
> /**
> - * strim - Removes leading and trailing whitespace from @s.
> + * strim - Removes trailing whitespace from @s.
> * @s: The string to be stripped.
> *
> * Note that the first trailing whitespace is replaced with a %NUL-terminator
> --
> 2.8.0.rc3
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-22 5:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-18 11:29 [PATCH] clarify strim function description Aleksey Kuleshov
2016-08-22 5:48 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox