Skip to content

Commit

Permalink
iwmc3200wifi: Fix typo in trace.h
Browse files Browse the repository at this point in the history
Correct spelling "embeded" to "embedded" in
drivers/net/wireless/iwmc3200wifi/trace.h

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Masanari Iida authored and John W. Linville committed Feb 6, 2012
1 parent 1d73c51 commit f3e1b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwmc3200wifi/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ TRACE_EVENT(iwm_tx_packets,

TP_printk(
IWM_PR_FMT " Tx %spacket: eot %d, seq 0x%x, sta_color 0x%x, "
"ra_tid 0x%x, credit_group 0x%x, embeded_packets %d, %d bytes",
"ra_tid 0x%x, credit_group 0x%x, embedded_packets %d, %d bytes",
IWM_PR_ARG, !__entry->eot ? "concatenated " : "",
__entry->eot, __entry->seq, __entry->color, __entry->ra_tid,
__entry->credit_group, __entry->npkt, __entry->bytes
Expand Down

0 comments on commit f3e1b97

Please sign in to comment.