tracing: Fix a comment and a trivial format issue in tracepoint.h
authorLi Hong <[email protected]>
Tue, 22 Sep 2009 10:00:44 +0000 (18:00 +0800)
committerFrederic Weisbecker <[email protected]>
Tue, 22 Sep 2009 21:14:58 +0000 (23:14 +0200)
Fix the tracepoint documentation path in tracepoints headers and
a misaligned tabulation.

Signed-off-by: Li Hong <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Ingo Molnar <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
include/linux/tracepoint.h

index 63a3f7a8058032e1069d96e73ce5749b76a8e8da..2aac8a83e89b9a7994b7570ffb3ea879d763ee23 100644 (file)
@@ -4,7 +4,7 @@
 /*
  * Kernel Tracepoint API.
  *
- * See Documentation/tracepoint.txt.
+ * See Documentation/trace/tracepoints.txt.
  *
  * (C) Copyright 2008 Mathieu Desnoyers <[email protected]>
  *
@@ -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