Skip to content

Commit cade027

Browse files
Tomer TayarKobyElbaz
authored andcommitted
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 <[email protected]> Reviewed-by: Koby Elbaz <[email protected]> Signed-off-by: Koby Elbaz <[email protected]>
1 parent d0dd796 commit cade027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/trace/events/habanalabs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ DECLARE_EVENT_CLASS(habanalabs_comms_template,
145145
__entry->op_str = op_str;
146146
),
147147

148-
TP_printk("%s: cms: %s",
148+
TP_printk("%s: cmd: %s",
149149
__get_str(dname),
150150
__entry->op_str)
151151
);

0 commit comments

Comments
 (0)