public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Xiao Yang <yangx.jy@cn.fujitsu.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] lib/tst_test.c: fix error message for zero tcnt
Date: Mon, 18 Mar 2019 14:19:23 +0800	[thread overview]
Message-ID: <5C8F386B.1090605@cn.fujitsu.com> (raw)
In-Reply-To: <20190315164215.96129-1-ebiggers@kernel.org>

Hi Eric,

This is obviously OK, pushed. :-)

Best Regards,
Xiao Yang
On 2019/03/16 0:42, Eric Biggers wrote:
> From: Eric Biggers<ebiggers@google.com>
>
> Remove the word "not".
>
> Signed-off-by: Eric Biggers<ebiggers@google.com>
> ---
>   lib/tst_test.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/tst_test.c b/lib/tst_test.c
> index 7dd890b8d..ba5eab011 100644
> --- a/lib/tst_test.c
> +++ b/lib/tst_test.c
> @@ -698,7 +698,7 @@ static void assert_test_fn(void)
>   		tst_brk(TBROK, "You can define only one test function");
>
>   	if (tst_test->test&&  !tst_test->tcnt)
> -		tst_brk(TBROK, "Number of tests (tcnt) must not be>  0");
> +		tst_brk(TBROK, "Number of tests (tcnt) must be>  0");
>
>   	if (!tst_test->test&&  tst_test->tcnt)
>   		tst_brk(TBROK, "You can define tcnt only for test()");




      reply	other threads:[~2019-03-18  6:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-15 16:42 [LTP] [PATCH] lib/tst_test.c: fix error message for zero tcnt Eric Biggers
2019-03-18  6:19 ` Xiao Yang [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=5C8F386B.1090605@cn.fujitsu.com \
    --to=yangx.jy@cn.fujitsu.com \
    --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