On Fri, May 25, 2007 at 02:02:28PM +0200, Ingo Molnar wrote:
I added the empty lines too.
-static int sc_freq_event(struct notifier_block *nb, unsigned long event,
- void *data)
+static int
+sc_freq_event(struct notifier_block *nb, unsigned long event, void *data)
and
+ /*
+ * Still no frequency? Then fall back to tsc_khz:
+ */
if (!freq->new)
freq->new = tsc_khz;
-Andi (who hopes this thread will end soon now and we can all go
back to more important issues)
-