From: Robert Swiecki Date: Mon, 17 Oct 2016 20:53:31 +0000 (+0200) Subject: Comment type + make indent X-Git-Tag: 1.3~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37a5d15fa862ced82df511387f4ded20bb21f04b;p=platform%2Fupstream%2Fnsjail.git Comment type + make indent --- diff --git a/Makefile b/Makefile index fcfcd5b..1f2be1b 100644 --- a/Makefile +++ b/Makefile @@ -76,13 +76,13 @@ cmdline.o: cmdline.h common.h log.h util.h contain.o: contain.h common.h cgroup.h log.h mount.h net.h pid.h util.h uts.h log.o: log.h common.h cgroup.o: cgroup.h common.h log.h util.h -mount.o: mount.h common.h log.h -net.o: net.h common.h log.h -pid.o: pid.h common.h log.h -sandbox.o: sandbox.h common.h log.h seccomp/bpf-helper.h +mount.o: mount.h common.h log.h util.h +net.o: net.h common.h log.h subproc.h +pid.o: pid.h common.h log.h subproc.h +sandbox.o: sandbox.h common.h log.h subproc.o: subproc.h common.h cgroup.h contain.h log.h net.h sandbox.h user.h subproc.o: util.h -user.o: user.h common.h log.h util.h +user.o: user.h common.h log.h subproc.h util.h util.o: util.h common.h log.h uts.o: uts.h common.h log.h seccomp/bpf-helper.o: seccomp/bpf-helper.h diff --git a/mount.c b/mount.c index 2915332..d4ec4d1 100644 --- a/mount.c +++ b/mount.c @@ -248,7 +248,7 @@ static bool mountInitNsInternal(struct nsjconf_t *nsjconf) /* * With mode MODE_STANDALONE_EXECVE it's required to mount /proc inside a new process, - * as the current process is still in the original PID namespace (man pid_namespaces) + * as the current process is still in the original PID namespace (man pid_namespaces) */ bool mountInitNs(struct nsjconf_t * nsjconf) {