]> git.karo-electronics.de Git - linux-beck.git/commitdiff
wil6210: Use "name = value" format in the debugfs
authorVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Mon, 16 Jun 2014 16:37:12 +0000 (19:37 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 19 Jun 2014 19:49:25 +0000 (15:49 -0400)
Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/wil6210/debugfs.c

index 4cb54eb6c8fa3a1fcdc7238447e622a07dfda195..89f0d094c5a2c0e8a6fc6eff1b185d5644af86f8 100644 (file)
@@ -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;
 }