Unverified Commit b1ba9e45 by Tobin C. Harding Committed by Christian Brauner

cmd: Put trailing */ on a separate line

checkpatch emits warning: WARNING: Block comments use a trailing */ on a separate line Put trailing */ on a separate line. Signed-off-by: 's avatarTobin C. Harding <me@tobin.cc>
parent 6e0b4eda
...@@ -512,7 +512,8 @@ static int instantiate_veth(char *veth1, char *veth2) ...@@ -512,7 +512,8 @@ static int instantiate_veth(char *veth1, char *veth2)
/* Changing the high byte of the mac address to 0xfe, the bridge /* 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 * 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); ret = setup_private_host_hw_addr(veth1);
if (ret < 0) if (ret < 0)
usernic_error("Failed to change mac address of host interface " usernic_error("Failed to change mac address of host interface "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment