From: Tobin C. Harding Date: Fri, 17 Aug 2018 06:13:29 +0000 (+1000) Subject: cmd: Put trailing */ on a separate line X-Git-Tag: lxc-3.1.0~155^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75ca3dc6aa526c9b24dacb6107c7b1b43e756771;p=thirdparty%2Flxc.git 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: Tobin C. Harding --- diff --git a/src/lxc/cmd/lxc_user_nic.c b/src/lxc/cmd/lxc_user_nic.c index 3e0cce4ac..3f34142e3 100644 --- a/src/lxc/cmd/lxc_user_nic.c +++ b/src/lxc/cmd/lxc_user_nic.c @@ -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 "