mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
accel/habanalabs: fix typo in trace output (cms -> cmd)
Fix a typo in TP_printk format string of habanalabs tracepoint: replace "cms" with "cmd". Signed-off-by: Tomer Tayar <tomer.tayar@intel.com> Reviewed-by: Koby Elbaz <koby.elbaz@intel.com> Signed-off-by: Koby Elbaz <koby.elbaz@intel.com>
This commit is contained in:
parent
d0dd796bec
commit
cade027efa
|
|
@ -145,7 +145,7 @@ DECLARE_EVENT_CLASS(habanalabs_comms_template,
|
|||
__entry->op_str = op_str;
|
||||
),
|
||||
|
||||
TP_printk("%s: cms: %s",
|
||||
TP_printk("%s: cmd: %s",
|
||||
__get_str(dname),
|
||||
__entry->op_str)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user