Skip to content

Commit 79d6c40

Browse files
committed
Merge tag 'linux-cpupower-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux
Pull cpupower utility updates for 5.10-rc1 from Shuah Khan: "This update consists of minor fixes for spelling and speeding up generating git version string which will in turn speed up compiles." * tag 'linux-cpupower-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux: cpupower: speed up generating git version string cpupowerutils: fix spelling mistake "dependant" -> "dependent"
2 parents 0b8417c + 527b777 commit 79d6c40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/power/cpupower/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DESTDIR ?=
5151
# Package-related definitions. Distributions can modify the version
5252
# and _should_ modify the PACKAGE_BUGREPORT definition
5353

54-
VERSION= $(shell ./utils/version-gen.sh)
54+
VERSION:= $(shell ./utils/version-gen.sh)
5555
LIB_MAJ= 0.0.1
5656
LIB_MIN= 0
5757

tools/power/cpupower/debug/i386/intel_gsic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ int main (void)
7171
printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
7272
printf("\nUnfortunately, you have to know what exactly are "
7373
"smi_cmd and smi_port, and this\nis system "
74-
"dependant.\n");
74+
"dependent.\n");
7575
}
7676
return 1;
7777
}

0 commit comments

Comments
 (0)