]> err.no Git - linux-2.6/blobdiff - net/netfilter/xt_limit.c
Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied...
[linux-2.6] / net / netfilter / xt_limit.c
index fda7b7dec27d26404e08a79851e7fa052c63a021..571a72ab89ad643a8c17baf9dcb9d2439fd65415 100644 (file)
@@ -1,10 +1,3 @@
-/* Kernel module to control the rate
- *
- * 2 September 1999: Changed from the target RATE to the match
- *                   `limit', removed logging.  Did I mention that
- *                   Alexey is a fucking genius?
- *                   Rusty Russell (rusty@rustcorp.com.au).  */
-
 /* (C) 1999 Jérôme de Vivie <devivie@info.enserb.u-bordeaux.fr>
  * (C) 1999 Hervé Eychenne <eychenne@info.enserb.u-bordeaux.fr>
  *
@@ -89,7 +82,7 @@ ipt_limit_match(const struct sk_buff *skb,
                return 1;
        }
 
-               spin_unlock_bh(&limit_lock);
+       spin_unlock_bh(&limit_lock);
        return 0;
 }