[NET]: cleanup extra semicolons
[powerpc.git] / net / sched / cls_u32.c
index 62e1deb..c7a347b 100644 (file)
@@ -436,7 +436,7 @@ static void u32_destroy(struct tcf_proto *tp)
                        BUG_TRAP(ht->refcnt == 0);
 
                        kfree(ht);
-               };
+               }
 
                kfree(tp_c);
        }