From: Christian Brauner Date: Thu, 9 Jan 2020 15:28:02 +0000 (+0100) Subject: network: fix typ and formatting in comment X-Git-Tag: lxc-4.0.0~61^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0858c829b4b9fcff8492c87317a5b27f414ee876;p=thirdparty%2Flxc.git network: fix typ and formatting in comment Signed-off-by: Christian Brauner --- diff --git a/src/lxc/network.c b/src/lxc/network.c index 25a35093c..b3564e1a7 100644 --- a/src/lxc/network.c +++ b/src/lxc/network.c @@ -2999,9 +2999,10 @@ bool lxc_delete_network_unpriv(struct lxc_handler *handler) netdev->link); clear_ifindices: - /* We need to clear any ifindices we recorded so liblxc won't - * have cached stale data which would cause it to fail on reboot - * we're we don't re-read the on-disk config file. + /* + * We need to clear any ifindices we recorded so liblxc won't + * have cached stale data which would cause it to fail on + * reboot where we don't re-read the on-disk config file. */ netdev->ifindex = 0; if (netdev->type == LXC_NET_PHYS) {