iwmc3200wifi: fix printk typo in trace.h
authorMasanari Iida <standby24x7@gmail.com>
Tue, 31 Jan 2012 14:23:45 +0000 (23:23 +0900)
committerJiri Kosina <jkosina@suse.cz>
Fri, 3 Feb 2012 22:21:41 +0000 (23:21 +0100)
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: Jiri Kosina <jkosina@suse.cz>
drivers/net/wireless/iwmc3200wifi/trace.h

index abb4805fa8dfe2b82d8aee77ece564524ca7f596..f5f7070b7e222e8c41cc72eaae2c50f06e78e25a 100644 (file)
@@ -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
This page took 0.024914 seconds and 5 git commands to generate.