Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141073
b: refs/heads/master
c: 645dae9
h: refs/heads/master
i:
  141071: 153546f
v: v3
  • Loading branch information
Stephen Rothwell authored and Ingo Molnar committed Apr 1, 2009
1 parent 9b99612 commit 5256dfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a095bdbb136f7bed96b7adf5aa1dd27bb2f839bf
refs/heads/master: 645dae969c3b8651c5bc7c54a1835ec03820f85f
4 changes: 2 additions & 2 deletions trunk/include/trace/skb.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <linux/tracepoint.h>

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

0 comments on commit 5256dfb

Please sign in to comment.