hal: Branch 'hal-0_5_8-branch'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Fri Sep 15 06:10:18 PDT 2006
hald/linux/addons/addon-cpufreq.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
New commits:
diff-tree 5a9152d589cfbcbe5a1f04864a41ea3eed355614 (from 26f0bb055ab30aa68dbe94d8a8449c6e14b95da3)
Author: Holger Macht <hmacht at suse.de>
Date: Fri Sep 15 15:08:39 2006 +0200
fixed typos in cpufreq addon
Fixed some typos in the cpufreq addon
(s/CPUFreqSetConsiderNice/SetCPUFreqConsiderNice/).
diff --git a/hald/linux/addons/addon-cpufreq.c b/hald/linux/addons/addon-cpufreq.c
index fbc30ef..f777a4e 100644
--- a/hald/linux/addons/addon-cpufreq.c
+++ b/hald/linux/addons/addon-cpufreq.c
@@ -450,7 +450,7 @@ static gboolean set_performance(DBusConn
if (cpufreq_objs == NULL) {
dbus_raise_no_suitable_governor(connection, message,
- "CPUFreqSetPerformance");
+ "SetCPUFreqPerformance");
return FALSE;
}
@@ -492,7 +492,7 @@ static gboolean get_performance(DBusConn
if (cpufreq_objs == NULL) {
dbus_raise_no_suitable_governor(connection, message,
- "CPUFreqGetPerformance");
+ "GetCPUFreqPerformance");
return FALSE;
}
@@ -531,7 +531,7 @@ static gboolean set_consider_nice(DBusCo
if (cpufreq_objs == NULL) {
dbus_raise_no_suitable_governor(connection, message,
- "CPUFreqSetConsiderNice");
+ "SetCPUFreqConsiderNice");
return FALSE;
}
@@ -553,7 +553,7 @@ static gboolean get_consider_nice(DBusCo
if (cpufreq_objs == NULL) {
dbus_raise_no_suitable_governor(connection, message,
- "CPUFreqGetConsiderNice");
+ "GetCPUFreqConsiderNice");
return FALSE;
}
obj = cpufreq_objs->data;
More information about the hal-commit
mailing list