Browse Source

cpupower: fix spelling mistake: "logilename" -> "logfilename"

Trivial fix to spelling mistake in dprintf message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Colin Ian King 7 năm trước cách đây
mục cha
commit
9fd0c40451

+ 1 - 1
tools/power/cpupower/bench/parse.c

@@ -104,7 +104,7 @@ FILE *prepare_output(const char *dirname)
 			dirname, time(NULL));
 			dirname, time(NULL));
 	}
 	}
 
 
-	dprintf("logilename: %s\n", filename);
+	dprintf("logfilename: %s\n", filename);
 
 
 	output = fopen(filename, "w+");
 	output = fopen(filename, "w+");
 	if (output == NULL) {
 	if (output == NULL) {