diff options
| author | David S. Miller <davem@davemloft.net> | 2005-08-23 17:55:32 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2005-08-23 17:55:32 -0400 |
| commit | c1cc168442a943ed3997f6543db87c061987f9d7 (patch) | |
| tree | 22a2551593a0cd0d884b37c0789a554d0aa06733 | |
| parent | 81065e2f415af6c028eac13f481fb9e60a0b487b (diff) | |
[ROSE]: Fix typo in rose_route_frame() locking fix.
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | net/rose/rose_route.c | 2 |
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) | |||
| 995 | * 2. It isn't "owned" by any existing route. | 995 | * 2. It isn't "owned" by any existing route. |
| 996 | */ | 996 | */ |
| 997 | if (frametype != ROSE_CALL_REQUEST) { /* XXX */ | 997 | if (frametype != ROSE_CALL_REQUEST) { /* XXX */ |
| 998 | ret = 0; | 998 | res = 0; |
| 999 | goto out; | 999 | goto out; |
| 1000 | } | 1000 | } |
| 1001 | 1001 | ||
