Commit e71b877e authored by Mike Rapoport's avatar Mike Rapoport Committed by Pavel Emelyanov

test/zdtm_ct: fix comments spacing

Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent fafdfb47
...@@ -12,10 +12,10 @@ int main(int argc, char **argv) ...@@ -12,10 +12,10 @@ int main(int argc, char **argv)
int status; int status;
/* /*
*pidns is used to avoid conflicts * pidns is used to avoid conflicts
* mntns is used to mount /proc * mntns is used to mount /proc
* net is used to avoid conflicts of parasite sockets * net is used to avoid conflicts of parasite sockets
*/ */
if (unshare(CLONE_NEWNS | CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC)) if (unshare(CLONE_NEWNS | CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC))
return 1; return 1;
pid = fork(); pid = fork();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment