aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/getpid/getpid02.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/syscalls/getpid/getpid02.c')
-rw-r--r--testcases/kernel/syscalls/getpid/getpid02.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testcases/kernel/syscalls/getpid/getpid02.c b/testcases/kernel/syscalls/getpid/getpid02.c
index d826724f4..86ad5a29f 100644
--- a/testcases/kernel/syscalls/getpid/getpid02.c
+++ b/testcases/kernel/syscalls/getpid/getpid02.c
@@ -7,6 +7,7 @@
* [Description]
*
* Check that:
+ *
* - fork() in parent returns the same pid as getpid() in child
* - getppid() in child returns the same pid as getpid() in parent
*/