]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/stop_machine.c
trivial: small cleanups
[linux-2.6-omap-h63xx.git] / kernel / stop_machine.c
index 6f4e0e13f70c337c531be43b0d3cc5296c972c71..316283cb60cbb18c2b3a0abc761e856091c766ff 100644 (file)
@@ -135,8 +135,7 @@ static void restart_machine(void)
        preempt_enable_no_resched();
 }
 
-struct stop_machine_data
-{
+struct stop_machine_data {
        int (*fn)(void *);
        void *data;
        struct completion done;