projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79fe249
)
tracing: Fix a comment and a trivial format issue in tracepoint.h
author
Li Hong
<
[email protected]
>
Tue, 22 Sep 2009 10:00:44 +0000
(18:00 +0800)
committer
Frederic 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
patch
|
blob
|
history
diff --git
a/include/linux/tracepoint.h
b/include/linux/tracepoint.h
index 63a3f7a8058032e1069d96e73ce5749b76a8e8da..2aac8a83e89b9a7994b7570ffb3ea879d763ee23 100644
(file)
--- a/
include/linux/tracepoint.h
+++ b/
include/linux/tracepoint.h
@@
-4,7
+4,7
@@
/*
* Kernel Tracepoint API.
*
- * See Documentation/trace
point
.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