diff mbox series

[4/5] syscalls/abort: Remove second space before description text

Message ID 20201216101012.14644-5-chrubis@suse.cz
State Accepted
Headers show
Series Small docparser fixes | expand

Commit Message

Cyril Hrubis Dec. 16, 2020, 10:10 a.m. UTC
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>
---
 testcases/kernel/syscalls/abort/abort01.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Petr Vorel Dec. 17, 2020, 3:40 p.m. UTC | #1
> This seems to be the only case where the change to remove only first
> whitespace cause the test description to produce literal block
> unexpectedly.
Hopefully :).

Reviewed-by: Petr Vorel <pvorel@suse.cz>
diff mbox series

Patch

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.