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

Commit d45cff9f authored by Vladimir Kondratiev's avatar Vladimir Kondratiev Committed by John W. Linville
Browse files

wil6210: Use "name = value" format in the debugfs

parent 2a91d7d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -755,8 +755,8 @@ static int wil_temp_debugfs_show(struct seq_file *s, void *data)
		return 0;
	}

	print_temp(s, "MAC temperature   :", t_m);
	print_temp(s, "Radio temperature :", t_r);
	print_temp(s, "T_mac   =", t_m);
	print_temp(s, "T_radio =", t_r);

	return 0;
}