]> err.no Git - linux-2.6/blobdiff - net/sched/cls_fw.c
[ALSA] Fix __devinit and __devexit issues with sound drivers
[linux-2.6] / net / sched / cls_fw.c
index c797d6ada7de06948ef1fab1e225a224ffdc057d..2ce3ce5c66eb097f4738c4a53fa2ddefe6bf91cc 100644 (file)
@@ -91,7 +91,7 @@ static __inline__ int fw_hash(u32 handle)
        else if (HTSIZE == 256) {
                u8 *t = (u8 *) &handle;
                return t[0] ^ t[1] ^ t[2] ^ t[3];
-       } else 
+       } else
                return handle & (HTSIZE - 1);
 }
 
@@ -407,7 +407,7 @@ static int __init init_fw(void)
        return register_tcf_proto_ops(&cls_fw_ops);
 }
 
-static void __exit exit_fw(void) 
+static void __exit exit_fw(void)
 {
        unregister_tcf_proto_ops(&cls_fw_ops);
 }