Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
746eb137
Unverified
Commit
746eb137
authored
Aug 17, 2018
by
Tobin C. Harding
Committed by
Christian Brauner
Aug 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd: Remove typo'd semicolon
checkpatch emits warning: WARNING: Statements terminations use 1 semicolon Remove typo'd semicolon. Signed-off-by:
Tobin C. Harding
<
me@tobin.cc
>
parent
b1ba9e45
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lxc_user_nic.c
src/lxc/cmd/lxc_user_nic.c
+1
-1
No files found.
src/lxc/cmd/lxc_user_nic.c
View file @
746eb137
...
@@ -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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment