From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 1/2] ltp: typos correction
Date: Wed, 25 Oct 2017 09:16:31 +0200 [thread overview]
Message-ID: <20171025071631.GA4244@rei> (raw)
In-Reply-To: <20171025033006.32463-1-liwang@redhat.com>
Hi!
> static struct tst_test test = {
> - .tid = "nanosleep()",
> + .tid = "clock_nanosleep()",
> .sample = sample_fn,
The .tid field should not be set in the tests since a5bf5254ca9
(tst_test.c: set the test id automatically).
Just remove it from the test structure here.
I guess that we may as well remove it from the test structure completely
and keep it hidden in the test library.
--
Cyril Hrubis
chrubis@suse.cz
next prev parent reply other threads:[~2017-10-25 7:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-25 3:30 [LTP] [PATCH 1/2] ltp: typos correction Li Wang
2017-10-25 3:30 ` [LTP] [PATCH 2/2] mm: enlarge mmap HIGH_ADDR value for s390 arch Li Wang
2017-11-08 8:13 ` Jan Stancek
2017-11-10 3:18 ` Li Wang
2017-11-10 7:45 ` Jan Stancek
2017-11-10 8:19 ` Li Wang
2017-11-10 6:04 ` Li Wang
2017-11-10 6:04 ` Li Wang
2017-10-25 7:16 ` Cyril Hrubis [this message]
2017-10-25 7:34 ` [LTP] [PATCH 1/2] ltp: typos correction Li Wang
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=20171025071631.GA4244@rei \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.