[LTP] [PATCH 1/2] ltp: typos correction
Cyril Hrubis
chrubis@suse.cz
Wed Oct 25 09:16:31 CEST 2017
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
More information about the ltp
mailing list