From e71b877e79dc050ecb1a9d4ec9ab9e84e28d71b3 Mon Sep 17 00:00:00 2001 From: Mike Rapoport Date: Sun, 7 Aug 2016 09:55:00 +0300 Subject: [PATCH] test/zdtm_ct: fix comments spacing Signed-off-by: Mike Rapoport Signed-off-by: Pavel Emelyanov --- test/zdtm_ct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/zdtm_ct.c b/test/zdtm_ct.c index 4579dfcc4..b5ea1d8a8 100644 --- a/test/zdtm_ct.c +++ b/test/zdtm_ct.c @@ -12,10 +12,10 @@ int main(int argc, char **argv) int status; /* - *pidns is used to avoid conflicts + * pidns is used to avoid conflicts * mntns is used to mount /proc * net is used to avoid conflicts of parasite sockets - */ + */ if (unshare(CLONE_NEWNS | CLONE_NEWPID | CLONE_NEWNET | CLONE_NEWIPC)) return 1; pid = fork();