tree 22a2551593a0cd0d884b37c0789a554d0aa06733
parent 81065e2f415af6c028eac13f481fb9e60a0b487b
author David S. Miller <[EMAIL PROTECTED]> Wed, 24 Aug 2005 04:55:32 -0700
committer David S. Miller <[EMAIL PROTECTED]> Wed, 24 Aug 2005 04:55:32 -0700

[ROSE]: Fix typo in rose_route_frame() locking fix.

Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 net/rose/rose_route.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/rose/rose_route.c b/net/rose/rose_route.c
--- a/net/rose/rose_route.c
+++ b/net/rose/rose_route.c
@@ -995,7 +995,7 @@ int rose_route_frame(struct sk_buff *skb
         *      2. It isn't "owned" by any existing route.
         */
        if (frametype != ROSE_CALL_REQUEST) {   /* XXX */
-               ret = 0;
+               res = 0;
                goto out;
        }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to