projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fddbf5
)
sit: ipip6_tunnel_del_prl: return err
author
Sascha Hlusiak
<contact@saschahlusiak.de>
Tue, 19 May 2009 12:56:50 +0000
(12:56 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 19 May 2009 23:02:01 +0000
(16:02 -0700)
Typo. When deleting a PRL entry, return status to userspace
instead of success.
Signed-off-by: Sascha Hlusiak <contact@saschahlusiak.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/sit.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/sit.c
b/net/ipv6/sit.c
index dfedd56ee104369e074feecf992ced50c4925ed1..3fd060076e7a78bad437041f2a5c1cca0322ac86 100644
(file)
--- a/
net/ipv6/sit.c
+++ b/
net/ipv6/sit.c
@@
-368,7
+368,7
@@
ipip6_tunnel_del_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a)
}
out:
write_unlock(&ipip6_lock);
- return
0
;
+ return
err
;
}
static int