Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
ba609e9b
Commit
ba609e9b
authored
Jun 25, 2013
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vxlan: fix function name spelling
Signed-off-by:
Stephen Hemminger
<
stephen@networkplumber.org
>
parent
3f5d6af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/net/vxlan.c
drivers/net/vxlan.c
+3
-3
No files found.
drivers/net/vxlan.c
View file @
ba609e9b
...
@@ -1332,7 +1332,7 @@ static int vxlan_init(struct net_device *dev)
...
@@ -1332,7 +1332,7 @@ static int vxlan_init(struct net_device *dev)
return
0
;
return
0
;
}
}
static
void
vxlan_fdb_delete_def
ua
lt
(
struct
vxlan_dev
*
vxlan
)
static
void
vxlan_fdb_delete_def
au
lt
(
struct
vxlan_dev
*
vxlan
)
{
{
struct
vxlan_fdb
*
f
;
struct
vxlan_fdb
*
f
;
...
@@ -1349,7 +1349,7 @@ static void vxlan_uninit(struct net_device *dev)
...
@@ -1349,7 +1349,7 @@ static void vxlan_uninit(struct net_device *dev)
struct
vxlan_net
*
vn
=
net_generic
(
dev_net
(
dev
),
vxlan_net_id
);
struct
vxlan_net
*
vn
=
net_generic
(
dev_net
(
dev
),
vxlan_net_id
);
struct
vxlan_sock
*
vs
=
vxlan
->
vn_sock
;
struct
vxlan_sock
*
vs
=
vxlan
->
vn_sock
;
vxlan_fdb_delete_def
ua
lt
(
vxlan
);
vxlan_fdb_delete_def
au
lt
(
vxlan
);
if
(
vs
)
if
(
vs
)
vxlan_sock_release
(
vn
,
vs
);
vxlan_sock_release
(
vn
,
vs
);
...
@@ -1756,7 +1756,7 @@ static int vxlan_newlink(struct net *net, struct net_device *dev,
...
@@ -1756,7 +1756,7 @@ static int vxlan_newlink(struct net *net, struct net_device *dev,
err
=
register_netdevice
(
dev
);
err
=
register_netdevice
(
dev
);
if
(
err
)
{
if
(
err
)
{
vxlan_fdb_delete_def
ua
lt
(
vxlan
);
vxlan_fdb_delete_def
au
lt
(
vxlan
);
return
err
;
return
err
;
}
}
...
...
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