mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* kernel/stop_machine.c: whose code is it?
@ 2006-08-31 12:32 Pavel Machek
  2006-08-31 13:17 ` Jiri Kosina
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2006-08-31 12:32 UTC (permalink / raw)
  To: Andrew Morton, kernel list


Would kernel/stop_machine.c author please step up?

Signed-off-by: Pavel Machek <pavel@suse.cz>

(but I guess it would be better if author added signature to his work)

diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c
index 51cacd1..ec0592c 100644
--- a/kernel/stop_machine.c
+++ b/kernel/stop_machine.c
@@ -1,3 +1,9 @@
+/*
+ * Copyright A.N.Onymous
+ *
+ * GPLv2
+ */
+
 #include <linux/stop_machine.h>
 #include <linux/kthread.h>
 #include <linux/sched.h>
@@ -132,8 +138,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;

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-03  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-31 12:32 kernel/stop_machine.c: whose code is it? Pavel Machek
2006-08-31 13:17 ` Jiri Kosina
2006-09-03  2:06   ` Rusty Russell
2006-09-03  6:34     ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome