mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
iwlwifi: fix typo in RX data tracing
The printk message should say RX, not TX. Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
@@ -306,7 +306,7 @@ TRACE_EVENT(iwlwifi_dev_rx_data,
|
||||
memcpy(__get_dynamic_array(data),
|
||||
((u8 *)rxbuf) + offs, len - offs);
|
||||
),
|
||||
TP_printk("[%s] TX frame data", __get_str(dev))
|
||||
TP_printk("[%s] RX frame data", __get_str(dev))
|
||||
);
|
||||
|
||||
#undef TRACE_SYSTEM
|
||||
|
||||
Reference in New Issue
Block a user