aboutsummaryrefslogtreecommitdiffstats
path: root/net/rose
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2005-08-23 14:55:32 -0700
committerDavid S. Miller <davem@davemloft.net>2005-08-23 14:55:32 -0700
commitc1cc168442a943ed3997f6543db87c061987f9d7 (patch)
tree22a2551593a0cd0d884b37c0789a554d0aa06733 /net/rose
parent[PATCH] zd1201 kmalloc size fix (diff)
downloadlinux-dev-c1cc168442a943ed3997f6543db87c061987f9d7.tar.xz
linux-dev-c1cc168442a943ed3997f6543db87c061987f9d7.zip
[ROSE]: Fix typo in rose_route_frame() locking fix.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rose')
-rw-r--r--net/rose/rose_route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rose/rose_route.c b/net/rose/rose_route.c
index 46b23217a353..25da6f699fd0 100644
--- a/net/rose/rose_route.c
+++ b/net/rose/rose_route.c
@@ -995,7 +995,7 @@ int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
* 2. It isn't "owned" by any existing route.
*/
if (frametype != ROSE_CALL_REQUEST) { /* XXX */
- ret = 0;
+ res = 0;
goto out;
}