Skip to content

Commit 9945a24

Browse files
standby24x7andy-shev
authored andcommitted
tools/power/x86/intel-speed-select: Fix a typo in error message
This patch fix a spelling typo in error message. Signed-off-by: Masanari Iida <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 1e46d1d commit 9945a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/intel-speed-select/isst-config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ int isst_send_msr_command(unsigned int cpu, unsigned int msr, int write,
831831
msr_cmds.msr_cmd[0].data = *req_resp;
832832

833833
if (ioctl(fd, ISST_IF_MSR_COMMAND, &msr_cmds) == -1) {
834-
perror("ISST_IF_MSR_COMMAD");
834+
perror("ISST_IF_MSR_COMMAND");
835835
fprintf(outf, "Error: msr_cmd cpu:%d msr:%x read_write:%d\n",
836836
cpu, msr, write);
837837
} else {

0 commit comments

Comments
 (0)