Skip to content

Commit

Permalink
tracing: Fix a comment and a trivial format issue in tracepoint.h
Browse files Browse the repository at this point in the history
Fix the tracepoint documentation path in tracepoints headers and
a misaligned tabulation.

Signed-off-by: Li Hong <lihong.hi@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Ingo Molnar <mingo@redhat.com>
LKML-Reference: <3a3680030909220300h7cf18849q4d4702b9d4feaa67@mail.gmail.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
  • Loading branch information
Li Hong authored and Frederic Weisbecker committed Sep 22, 2009
1 parent 79fe249 commit 8cd09a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/tracepoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/*
* Kernel Tracepoint API.
*
* See Documentation/tracepoint.txt.
* See Documentation/trace/tracepoints.txt.
*
* (C) Copyright 2008 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
*
Expand Down Expand Up @@ -36,7 +36,7 @@ struct tracepoint {
#ifndef DECLARE_TRACE

#define TP_PROTO(args...) args
#define TP_ARGS(args...) args
#define TP_ARGS(args...) args

#ifdef CONFIG_TRACEPOINTS

Expand Down

0 comments on commit 8cd09a5

Please sign in to comment.