Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79bcb71a authored by David Sterba's avatar David Sterba
Browse files

btrfs: tracepoints, fix whitespace in strings



The preferred style is to avoid spaces between key and value and no
commas between key=values.

Reviewed-by: default avatarNikolay Borisov <nborisov@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 8eec8463
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ TRACE_EVENT(btrfs_transaction_commit,
		__entry->root_objectid	= root->root_key.objectid;
	),

	TP_printk_btrfs("root = %llu(%s), gen = %llu",
	TP_printk_btrfs("root=%llu(%s) gen=%llu",
		  show_root_type(__entry->root_objectid),
		  __entry->generation)
);