Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228945
b: refs/heads/master
c: 881fe4b
h: refs/heads/master
i:
  228943: 4ea96bd
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Steven Rostedt committed Jan 8, 2011
1 parent 713aa14 commit 54f7602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: ec6e7c3ae39cb1dc279b5274aaaadd09ff8e224b
refs/heads/master: 881fe4bdcdc899674524e30a76c76d298b447008
4 changes: 1 addition & 3 deletions trunk/include/trace/events/skb.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ TRACE_EVENT(kfree_skb,

TP_fast_assign(
__entry->skbaddr = skb;
if (skb) {
__entry->protocol = ntohs(skb->protocol);
}
__entry->protocol = ntohs(skb->protocol);
__entry->location = location;
),

Expand Down

0 comments on commit 54f7602

Please sign in to comment.