From 31c210c12063b11020531c7dc07479a8f632934f Mon Sep 17 00:00:00 2001 From: Li Hong Date: Tue, 22 Sep 2009 18:00:44 +0800 Subject: [PATCH] --- yaml --- r: 166430 b: refs/heads/master c: 8cd09a5984c08dafade74c9c1ab4311af2bf2d24 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/tracepoint.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 184f1686be7a..a8ef0e6a7291 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 79fe249c8368be35c9ca05982e80c68e959505e1 +refs/heads/master: 8cd09a5984c08dafade74c9c1ab4311af2bf2d24 diff --git a/trunk/include/linux/tracepoint.h b/trunk/include/linux/tracepoint.h index 63a3f7a80580..2aac8a83e89b 100644 --- a/trunk/include/linux/tracepoint.h +++ b/trunk/include/linux/tracepoint.h @@ -4,7 +4,7 @@ /* * Kernel Tracepoint API. * - * See Documentation/tracepoint.txt. + * See Documentation/trace/tracepoints.txt. * * (C) Copyright 2008 Mathieu Desnoyers * @@ -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