On Thu, 2012-08-16 at 19:45 +0200, Borislav Petkov wrote: > + err_counter: > + perf_event_release_kernel(event); > + > + err_inode: > + trace_remove_file(desc->dentry); > + > + err_trace_file: > + put_unused_fd(event_fd); > + return event; > +}
Note that perf code has unindented labels. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

