]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cmd: Put trailing */ on a separate line
authorTobin C. Harding <me@tobin.cc>
Fri, 17 Aug 2018 06:13:29 +0000 (16:13 +1000)
committerTobin C. Harding <me@tobin.cc>
Fri, 17 Aug 2018 06:14:06 +0000 (16:14 +1000)
checkpatch emits warning:

    WARNING: Block comments use a trailing */ on a separate line

Put trailing */ on a separate line.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
src/lxc/cmd/lxc_user_nic.c

index 3e0cce4acb154f3192910827ec061cbf3f1db5aa..3f34142e324451c519de1b589c313c5a9b0ce1e2 100644 (file)
@@ -512,7 +512,8 @@ static int instantiate_veth(char *veth1, char *veth2)
 
        /* Changing the high byte of the mac address to 0xfe, the bridge
         * interface will always keep the host's mac address and not take the
-        * mac address of a container. */
+        * mac address of a container.
+        */
        ret = setup_private_host_hw_addr(veth1);
        if (ret < 0)
                usernic_error("Failed to change mac address of host interface "