Unverified Commit 746eb137 by Tobin C. Harding Committed by Christian Brauner

cmd: Remove typo'd semicolon

checkpatch emits warning: WARNING: Statements terminations use 1 semicolon Remove typo'd semicolon. Signed-off-by: 's avatarTobin C. Harding <me@tobin.cc>
parent b1ba9e45
...@@ -687,7 +687,7 @@ static bool cull_entries(int fd, char *name, char *net_type, char *net_link, ...@@ -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) static int count_entries(char *buf, off_t len, char *name, char *net_type, char *net_link)
{ {
int count = 0; int count = 0;
bool owner = false;; bool owner = false;
char *buf_end; char *buf_end;
buf_end = &buf[len]; buf_end = &buf[len];
......
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