]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/stop_machine.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial
[karo-tx-linux.git] / kernel / stop_machine.c
index dc25b0baaa96944df5a61cc3cfef356f7f0c3bbd..0101aeef7ed79fbd62aba8d1043976a110cf1f6e 100644 (file)
@@ -134,8 +134,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;