]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/oprofile/timer_int.c
firewire: cdev: simplify a schedule_delayed_work wrapper
[karo-tx-linux.git] / drivers / oprofile / timer_int.c
index 710a45f0d734430871c21a8731108c483e07f2c5..333f915568c796683af2b49e51227e54914d97b2 100644 (file)
@@ -19,7 +19,7 @@
 
 static int timer_notify(struct pt_regs *regs)
 {
-       oprofile_add_sample(regs, 0);
+       oprofile_add_sample(regs, 0);
        return 0;
 }
 
@@ -35,7 +35,7 @@ static void timer_stop(void)
 }
 
 
-void __init oprofile_timer_init(struct oprofile_operations * ops)
+void __init oprofile_timer_init(struct oprofile_operations *ops)
 {
        ops->create_files = NULL;
        ops->setup = NULL;