From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH v3 1/2] ltp: fix some frequent typoes
Date: Wed, 1 Nov 2017 14:43:56 +0100 [thread overview]
Message-ID: <20171101134356.GA10818@rei.lan> (raw)
In-Reply-To: <20171101051523.373-1-liwang@redhat.com>
Hi!
> diff --git a/include/tst_safe_macros.h b/include/tst_safe_macros.h
> index 9562005..ed9c73c 100644
> --- a/include/tst_safe_macros.h
> +++ b/include/tst_safe_macros.h
> @@ -406,7 +406,7 @@ static inline sighandler_t safe_signal(const char *file, const int lineno,
> #define SAFE_EXECL(file, arg, ...) do { \
> execl((file), (arg), ##__VA_ARGS__); \
> tst_brk_(__FILE__, __LINE__, TBROK | TERRNO, \
> - "execlp(%s, %s, ...) failed", file, arg); \
> + "execl(%s, %s, ...) failed", file, arg); \
> } while (0)
Can you, pretty please, put this change into a separate patch?
Since the rest of the changes are just fixing typos, there is no change
in behaivor. But this one actually changes it and there is even no
description for it in the commit message.
--
Cyril Hrubis
chrubis@suse.cz
next prev parent reply other threads:[~2017-11-01 13:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-01 5:15 [LTP] [PATCH v3 1/2] ltp: fix some frequent typoes Li Wang
2017-11-01 13:43 ` Cyril Hrubis [this message]
2017-11-02 2:21 ` Li Wang
2017-11-02 10:11 ` Cyril Hrubis
2017-11-02 13:26 ` Cyril Hrubis
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=20171101134356.GA10818@rei.lan \
--to=chrubis@suse.cz \
--cc=ltp@lists.linux.it \
/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