Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352814
b: refs/heads/master
c: 15ac7c4
h: refs/heads/master
v: v3
  • Loading branch information
Seth Forshee authored and Johannes Berg committed Feb 15, 2013
1 parent f610f87 commit 3816418
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8ffb5c001a6d1ef142ef550861e0b97e291f6469
refs/heads/master: 15ac7c478fd227257e4be94519c6f965a9e6159d
6 changes: 3 additions & 3 deletions trunk/net/mac80211/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ TRACE_EVENT(drv_set_tim,

TP_printk(
LOCAL_PR_FMT STA_PR_FMT " set:%d",
LOCAL_PR_ARG, STA_PR_FMT, __entry->set
LOCAL_PR_ARG, STA_PR_ARG, __entry->set
)
);

Expand Down Expand Up @@ -1684,7 +1684,7 @@ TRACE_EVENT(api_sta_block_awake,

TP_printk(
LOCAL_PR_FMT STA_PR_FMT " block:%d",
LOCAL_PR_ARG, STA_PR_FMT, __entry->block
LOCAL_PR_ARG, STA_PR_ARG, __entry->block
)
);

Expand Down Expand Up @@ -1782,7 +1782,7 @@ TRACE_EVENT(api_eosp,

TP_printk(
LOCAL_PR_FMT STA_PR_FMT,
LOCAL_PR_ARG, STA_PR_FMT
LOCAL_PR_ARG, STA_PR_ARG
)
);

Expand Down

0 comments on commit 3816418

Please sign in to comment.