aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Hrubis <chrubis@suse.cz>2020-12-16 11:10:11 +0100
committerCyril Hrubis <chrubis@suse.cz>2021-01-05 14:02:35 +0100
commit8d693e950bcf9a4431e5998a3c9054782929ced9 (patch)
treec2df2c88e4ec7865dc35ce747d98b587a515ab81
parent0758cde66c607a55d255532e05fd6f62c53e67ee (diff)
syscalls/abort: Remove second space before description text
This seems to be the only case where the change to remove only first whitespace cause the test description to produce literal block unexpectedly. Signed-off-by: Cyril Hrubis <chrubis@suse.cz> Reviewed-by: Petr Vorel <pvorel@suse.cz>
-rw-r--r--testcases/kernel/syscalls/abort/abort01.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testcases/kernel/syscalls/abort/abort01.c b/testcases/kernel/syscalls/abort/abort01.c
index b93324b34..ba89cc524 100644
--- a/testcases/kernel/syscalls/abort/abort01.c
+++ b/testcases/kernel/syscalls/abort/abort01.c
@@ -9,7 +9,8 @@
/*\
* [DESCRIPTION]
- * Checks that process which called abort() gets killed by SIGIOT and dumps core.
+ *
+ * Checks that process which called abort() gets killed by SIGIOT and dumps core.
*
* [ALGORITHM]
* - Fork child.