Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tomer Tayar and committed by
Koby Elbaz
cade027e d0dd796b

+1 -1
+1 -1
include/trace/events/habanalabs.h
··· 145 145 __entry->op_str = op_str; 146 146 ), 147 147 148 - TP_printk("%s: cms: %s", 148 + TP_printk("%s: cmd: %s", 149 149 __get_str(dname), 150 150 __entry->op_str) 151 151 );