Loading arch/x86/oprofile/backtrace.c +1 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,7 @@ struct frame_head { unsigned long ret; } __attribute__((packed)); static struct frame_head * dump_user_backtrace(struct frame_head *head) static struct frame_head *dump_user_backtrace(struct frame_head *head) { struct frame_head bufhead[2]; Loading arch/x86/oprofile/op_counter.h +9 −9 File changed.Contains only whitespace changes. Show changes Loading
arch/x86/oprofile/backtrace.c +1 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,7 @@ struct frame_head { unsigned long ret; } __attribute__((packed)); static struct frame_head * dump_user_backtrace(struct frame_head *head) static struct frame_head *dump_user_backtrace(struct frame_head *head) { struct frame_head bufhead[2]; Loading