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

Configure Feed

Select the types of activity you want to include in your feed.

firewire: core: Fix spelling mistakes in tracepoint messages

There are two spelling mistakes in the tracepoint message text. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240627170847.125531-1-colin.i.king@gmail.com
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>

authored by

Colin Ian King and committed by
Takashi Sakamoto
502099ac 0d891416

+2 -2
+2 -2
include/trace/events/firewire.h
··· 854 854 memcpy(__get_dynamic_array(header), header, __get_dynamic_array_len(header)); 855 855 ), 856 856 TP_printk( 857 - "context=0x%llx card_index=%u timestap=0x%04x cause=%s header=%s", 857 + "context=0x%llx card_index=%u timestamp=0x%04x cause=%s header=%s", 858 858 __entry->context, 859 859 __entry->card_index, 860 860 __entry->timestamp, ··· 892 892 __entry->cause = cause; 893 893 ), 894 894 TP_printk( 895 - "context=0x%llx card_index=%u comleted=%u cause=%s", 895 + "context=0x%llx card_index=%u completed=%u cause=%s", 896 896 __entry->context, 897 897 __entry->card_index, 898 898 __entry->completed,