From: Christian Brauner Date: Sun, 14 Feb 2021 19:44:57 +0000 (+0100) Subject: start: improve comment in lxc_spawn() X-Git-Tag: lxc-5.0.0~288^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a89b0ab0a26e7651d6132522f61b7bfbc5e68fe;p=thirdparty%2Flxc.git start: improve comment in lxc_spawn() Signed-off-by: Christian Brauner --- diff --git a/src/lxc/start.c b/src/lxc/start.c index 2a904a4db..eccc00d88 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -1878,8 +1878,8 @@ static int lxc_spawn(struct lxc_handler *handler) goto out_delete_net; /* - * with isolation the limiting devices cgroup was already setup, so - * only setup devices here if we have no namespace directory + * With isolation the limiting devices cgroup was already setup, so + * only setup devices here if we have no namespace directory. */ if (!handler->conf->cgroup_meta.namespace_dir && !cgroup_ops->setup_limits_legacy(cgroup_ops, handler->conf, true)) {