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:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user