Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Linux-Kernel
libevl
Commits
7903d29f
Commit
7903d29f
authored
May 11, 2020
by
Philippe Gerum
Browse files
tests: cosmetic - fix typos
Signed-off-by:
Philippe Gerum
<
rpm@xenomai.org
>
parent
be9e7e5a
Changes
4
Hide whitespace changes
Inline
Side-by-side
tests/heap-torture.c
View file @
7903d29f
...
...
@@ -2,7 +2,7 @@
* SPDX-License-Identifier: MIT
*
* Copyright (C) 2018 Philippe Gerum <rpm@xenomai.org>
* Derived from Xenomai heapmem smokey test (https://xenomai.org/)
* Derived from Xenomai
's
heapmem smokey test (https://xenomai.org/)
*/
#include <sys/types.h>
...
...
tests/sched-quota-accuracy.c
View file @
7903d29f
/*
* SPDX-License-Identifier: MIT
*
* Adapted from Xenomai smokey/sched-quota test (https://xenomai.org/)
* Adapted from Xenomai
's
smokey/sched-quota test (https://xenomai.org/)
* Copyright (C) Philippe Gerum <rpm@xenomai.org>
* Relicensed by its author from GPLv2 to MIT.
*/
...
...
tests/sched-tp-accuracy.c
View file @
7903d29f
/*
* SPDX-License-Identifier: MIT
*
* Adapted from Xenomai smokey/sched-tp test (https://xenomai.org/)
* Adapted from Xenomai
's
smokey/sched-tp test (https://xenomai.org/)
* Copyright (C) Philippe Gerum <rpm@xenomai.org>
* Relicensed by its author from GPLv2 to MIT.
*/
...
...
tests/stax-lock.c
View file @
7903d29f
...
...
@@ -44,7 +44,7 @@ static sig_atomic_t done;
static
bool
verbose
;
static
int
timeout_secs
=
3
;
/* Default
to 5s
runtime. */
static
int
timeout_secs
=
3
;
/* Default runtime. */
static
void
*
test_thread
(
void
*
arg
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment