From: Tobin C. Harding Date: Fri, 17 Aug 2018 06:14:30 +0000 (+1000) Subject: cmd: Remove typo'd semicolon X-Git-Tag: lxc-3.1.0~155^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2115d56671fb8574e9c513d3d0168d113a597394;p=thirdparty%2Flxc.git cmd: Remove typo'd semicolon checkpatch emits warning: WARNING: Statements terminations use 1 semicolon Remove typo'd semicolon. 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 3f34142e3..2f35d7a40 100644 --- a/src/lxc/cmd/lxc_user_nic.c +++ b/src/lxc/cmd/lxc_user_nic.c @@ -687,7 +687,7 @@ static bool cull_entries(int fd, char *name, char *net_type, char *net_link, static int count_entries(char *buf, off_t len, char *name, char *net_type, char *net_link) { int count = 0; - bool owner = false;; + bool owner = false; char *buf_end; buf_end = &buf[len];