From 5256dfbfbe4ada02578bb8133dc3541a5e8cec7f Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 19 Mar 2009 15:46:17 +1100 Subject: [PATCH] --- yaml --- r: 141073 b: refs/heads/master c: 645dae969c3b8651c5bc7c54a1835ec03820f85f h: refs/heads/master i: 141071: 153546f3bc3d0b3fa7a94ba81a44bd9bf06e1e8e v: v3 --- [refs] | 2 +- trunk/include/trace/skb.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8b4d95aeba93..9fb19e1ac6bf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a095bdbb136f7bed96b7adf5aa1dd27bb2f839bf +refs/heads/master: 645dae969c3b8651c5bc7c54a1835ec03820f85f diff --git a/trunk/include/trace/skb.h b/trunk/include/trace/skb.h index a96610f92f69..b66206d9be72 100644 --- a/trunk/include/trace/skb.h +++ b/trunk/include/trace/skb.h @@ -5,7 +5,7 @@ #include DECLARE_TRACE(kfree_skb, - TPPROTO(struct sk_buff *skb, void *location), - TPARGS(skb, location)); + TP_PROTO(struct sk_buff *skb, void *location), + TP_ARGS(skb, location)); #endif