Skip to content

Commit

Permalink
cmd: Put trailing */ on a separate line
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
tcharding committed Aug 17, 2018
1 parent 1d9f274 commit 75ca3dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lxc/cmd/lxc_user_nic.c
Expand Up @@ -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 "
Expand Down

0 comments on commit 75ca3dc

Please sign in to comment.