[CRIU] [PATCH] test/zdtm_ct: fix comments spacing

Mike Rapoport rppt at linux.vnet.ibm.com
Sat Aug 6 23:55:32 PDT 2016


Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
 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 4579dfc..b5ea1d8 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();
-- 
1.9.1



More information about the CRIU mailing list