* [PATCH 09/59] arch/x86: Add missing "space"
[not found] ` <c2f1bd6f19828452d5916728ebaa8d5f1bd0b152.1195454434.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 09/59] arch/x86: Add missing "space" Joe Perches
2007-11-20 1:48 ` Joe Perches
@ 2007-11-20 1:48 ` Joe Perches
[not found] ` <1195523331-15303-11-git-send-email-joe@perches.com>
2007-11-20 2:05 ` Dave Jones
3 siblings, 1 reply; 8+ messages in thread
From: Joe Perches @ 2007-11-20 1:48 UTC (permalink / raw)
Cc: Dave Jones, cpufreq, linux-kernel, Ingo Molnar, H. Peter Anvin,
Thomas Gleixner
Signed-off-by: Joe Perches <joe@perches.com>
---
arch/x86/kernel/cpu/cpufreq/powernow-k7.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
index b5a9863..b73dce0 100644
--- a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
+++ b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
@@ -460,7 +460,7 @@ static int powernow_decode_bios (int maxfid, int startvid)
latency = psb->settlingtime;
if (latency < 100) {
- printk (KERN_INFO PFX "BIOS set settling time to %d microseconds."
+ printk (KERN_INFO PFX "BIOS set settling time to %d microseconds. "
"Should be at least 100. Correcting.\n", latency);
latency = 100;
}
--
1.5.3.5.652.gf192c
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 09/59] arch/x86: Add missing "space"
[not found] ` <c2f1bd6f19828452d5916728ebaa8d5f1bd0b152.1195454434.git.joe@perches.com>
@ 2007-11-20 1:48 ` Joe Perches
2007-11-20 1:48 ` Joe Perches
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Joe Perches @ 2007-11-20 1:48 UTC (permalink / raw)
Cc: Dave Jones, cpufreq, linux-kernel, Ingo Molnar, H. Peter Anvin,
Thomas Gleixner
Signed-off-by: Joe Perches <joe@perches.com>
---
arch/x86/kernel/cpu/cpufreq/powernow-k7.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
index b5a9863..b73dce0 100644
--- a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
+++ b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
@@ -460,7 +460,7 @@ static int powernow_decode_bios (int maxfid, int startvid)
latency = psb->settlingtime;
if (latency < 100) {
- printk (KERN_INFO PFX "BIOS set settling time to %d microseconds."
+ printk (KERN_INFO PFX "BIOS set settling time to %d microseconds. "
"Should be at least 100. Correcting.\n", latency);
latency = 100;
}
--
1.5.3.5.652.gf192c
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 09/59] arch/x86: Add missing "space"
[not found] ` <c2f1bd6f19828452d5916728ebaa8d5f1bd0b152.1195454434.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 09/59] arch/x86: Add missing "space" Joe Perches
@ 2007-11-20 1:48 ` Joe Perches
2007-11-20 1:48 ` Joe Perches
2007-11-20 2:05 ` Dave Jones
3 siblings, 0 replies; 8+ messages in thread
From: Joe Perches @ 2007-11-20 1:48 UTC (permalink / raw)
Cc: Dave Jones, H. Peter Anvin, Ingo Molnar, Thomas Gleixner, cpufreq,
linux-kernel
Signed-off-by: Joe Perches <joe@perches.com>
---
arch/x86/kernel/cpu/cpufreq/powernow-k7.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
index b5a9863..b73dce0 100644
--- a/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
+++ b/arch/x86/kernel/cpu/cpufreq/powernow-k7.c
@@ -460,7 +460,7 @@ static int powernow_decode_bios (int maxfid, int startvid)
latency = psb->settlingtime;
if (latency < 100) {
- printk (KERN_INFO PFX "BIOS set settling time to %d microseconds."
+ printk (KERN_INFO PFX "BIOS set settling time to %d microseconds. "
"Should be at least 100. Correcting.\n", latency);
latency = 100;
}
--
1.5.3.5.652.gf192c
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 14/59] drivers/cpufreq: Add missing "space"
[not found] ` <f6014cdba9a3d017d1dcd0623a5da61777c919bb.1195454435.git.joe@perches.com>
@ 2007-11-20 1:48 ` Joe Perches
2007-11-20 1:48 ` Joe Perches
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Joe Perches @ 2007-11-20 1:48 UTC (permalink / raw)
To: linux-kernel; +Cc: Dave Jones, cpufreq
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/cpufreq/cpufreq.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index 5e626b1..5d5f52f 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -287,7 +287,7 @@ static void adjust_jiffies(unsigned long val, struct cpufreq_freqs *ci)
if (!l_p_j_ref_freq) {
l_p_j_ref = loops_per_jiffy;
l_p_j_ref_freq = ci->old;
- dprintk("saving %lu as reference value for loops_per_jiffy;"
+ dprintk("saving %lu as reference value for loops_per_jiffy; "
"freq is %u kHz\n", l_p_j_ref, l_p_j_ref_freq);
}
if ((val == CPUFREQ_PRECHANGE && ci->old < ci->new) ||
@@ -295,7 +295,7 @@ static void adjust_jiffies(unsigned long val, struct cpufreq_freqs *ci)
(val == CPUFREQ_RESUMECHANGE || val == CPUFREQ_SUSPENDCHANGE)) {
loops_per_jiffy = cpufreq_scale(l_p_j_ref, l_p_j_ref_freq,
ci->new);
- dprintk("scaling loops_per_jiffy to %lu"
+ dprintk("scaling loops_per_jiffy to %lu "
"for frequency %u kHz\n", loops_per_jiffy, ci->new);
}
}
@@ -1311,7 +1311,7 @@ static int cpufreq_resume(struct sys_device * sysdev)
struct cpufreq_freqs freqs;
if (!(cpufreq_driver->flags & CPUFREQ_PM_NO_WARN))
- dprintk("Warning: CPU frequency"
+ dprintk("Warning: CPU frequency "
"is %u, cpufreq assumed %u kHz.\n",
cur_freq, cpu_policy->cur);
--
1.5.3.5.652.gf192c
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 14/59] drivers/cpufreq: Add missing "space"
[not found] ` <f6014cdba9a3d017d1dcd0623a5da61777c919bb.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 14/59] drivers/cpufreq: " Joe Perches
2007-11-20 1:48 ` Joe Perches
@ 2007-11-20 1:48 ` Joe Perches
2007-11-20 2:06 ` Dave Jones
3 siblings, 0 replies; 8+ messages in thread
From: Joe Perches @ 2007-11-20 1:48 UTC (permalink / raw)
To: linux-kernel; +Cc: Dave Jones, cpufreq
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/cpufreq/cpufreq.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index 5e626b1..5d5f52f 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -287,7 +287,7 @@ static void adjust_jiffies(unsigned long val, struct cpufreq_freqs *ci)
if (!l_p_j_ref_freq) {
l_p_j_ref = loops_per_jiffy;
l_p_j_ref_freq = ci->old;
- dprintk("saving %lu as reference value for loops_per_jiffy;"
+ dprintk("saving %lu as reference value for loops_per_jiffy; "
"freq is %u kHz\n", l_p_j_ref, l_p_j_ref_freq);
}
if ((val == CPUFREQ_PRECHANGE && ci->old < ci->new) ||
@@ -295,7 +295,7 @@ static void adjust_jiffies(unsigned long val, struct cpufreq_freqs *ci)
(val == CPUFREQ_RESUMECHANGE || val == CPUFREQ_SUSPENDCHANGE)) {
loops_per_jiffy = cpufreq_scale(l_p_j_ref, l_p_j_ref_freq,
ci->new);
- dprintk("scaling loops_per_jiffy to %lu"
+ dprintk("scaling loops_per_jiffy to %lu "
"for frequency %u kHz\n", loops_per_jiffy, ci->new);
}
}
@@ -1311,7 +1311,7 @@ static int cpufreq_resume(struct sys_device * sysdev)
struct cpufreq_freqs freqs;
if (!(cpufreq_driver->flags & CPUFREQ_PM_NO_WARN))
- dprintk("Warning: CPU frequency"
+ dprintk("Warning: CPU frequency "
"is %u, cpufreq assumed %u kHz.\n",
cur_freq, cpu_policy->cur);
--
1.5.3.5.652.gf192c
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 14/59] drivers/cpufreq: Add missing "space"
[not found] ` <f6014cdba9a3d017d1dcd0623a5da61777c919bb.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 14/59] drivers/cpufreq: " Joe Perches
@ 2007-11-20 1:48 ` Joe Perches
2007-11-20 1:48 ` Joe Perches
2007-11-20 2:06 ` Dave Jones
3 siblings, 0 replies; 8+ messages in thread
From: Joe Perches @ 2007-11-20 1:48 UTC (permalink / raw)
To: linux-kernel; +Cc: Dave Jones, cpufreq
Signed-off-by: Joe Perches <joe@perches.com>
---
drivers/cpufreq/cpufreq.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index 5e626b1..5d5f52f 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -287,7 +287,7 @@ static void adjust_jiffies(unsigned long val, struct cpufreq_freqs *ci)
if (!l_p_j_ref_freq) {
l_p_j_ref = loops_per_jiffy;
l_p_j_ref_freq = ci->old;
- dprintk("saving %lu as reference value for loops_per_jiffy;"
+ dprintk("saving %lu as reference value for loops_per_jiffy; "
"freq is %u kHz\n", l_p_j_ref, l_p_j_ref_freq);
}
if ((val == CPUFREQ_PRECHANGE && ci->old < ci->new) ||
@@ -295,7 +295,7 @@ static void adjust_jiffies(unsigned long val, struct cpufreq_freqs *ci)
(val == CPUFREQ_RESUMECHANGE || val == CPUFREQ_SUSPENDCHANGE)) {
loops_per_jiffy = cpufreq_scale(l_p_j_ref, l_p_j_ref_freq,
ci->new);
- dprintk("scaling loops_per_jiffy to %lu"
+ dprintk("scaling loops_per_jiffy to %lu "
"for frequency %u kHz\n", loops_per_jiffy, ci->new);
}
}
@@ -1311,7 +1311,7 @@ static int cpufreq_resume(struct sys_device * sysdev)
struct cpufreq_freqs freqs;
if (!(cpufreq_driver->flags & CPUFREQ_PM_NO_WARN))
- dprintk("Warning: CPU frequency"
+ dprintk("Warning: CPU frequency "
"is %u, cpufreq assumed %u kHz.\n",
cur_freq, cpu_policy->cur);
--
1.5.3.5.652.gf192c
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 09/59] arch/x86: Add missing "space"
[not found] ` <c2f1bd6f19828452d5916728ebaa8d5f1bd0b152.1195454434.git.joe@perches.com>
` (2 preceding siblings ...)
2007-11-20 1:48 ` Joe Perches
@ 2007-11-20 2:05 ` Dave Jones
3 siblings, 0 replies; 8+ messages in thread
From: Dave Jones @ 2007-11-20 2:05 UTC (permalink / raw)
To: Joe Perches
Cc: Dave Jones, cpufreq, linux-kernel, Ingo Molnar, H. Peter Anvin,
Thomas Gleixner
On Mon, Nov 19, 2007 at 05:48:01PM -0800, Joe Perches wrote:
>
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> arch/x86/kernel/cpu/cpufreq/powernow-k7.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks Joe, applied.
Dave
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 14/59] drivers/cpufreq: Add missing "space"
[not found] ` <f6014cdba9a3d017d1dcd0623a5da61777c919bb.1195454435.git.joe@perches.com>
` (2 preceding siblings ...)
2007-11-20 1:48 ` Joe Perches
@ 2007-11-20 2:06 ` Dave Jones
3 siblings, 0 replies; 8+ messages in thread
From: Dave Jones @ 2007-11-20 2:06 UTC (permalink / raw)
To: Joe Perches; +Cc: Dave Jones, linux-kernel, cpufreq
On Mon, Nov 19, 2007 at 05:48:06PM -0800, Joe Perches wrote:
>
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> drivers/cpufreq/cpufreq.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
Also applied, thanks.
Dave
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-11-20 2:06 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1195523331-15303-1-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-2-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-3-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-4-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-5-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-6-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-7-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-8-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-9-git-send-email-joe@perches.com>
[not found] ` <ee1678e1bc8b80b7ae420059fffc7241486ea91a.1195454434.git.joe@perches.com>
[not found] ` <c2f1bd6f19828452d5916728ebaa8d5f1bd0b152.1195454434.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 09/59] arch/x86: Add missing "space" Joe Perches
2007-11-20 1:48 ` Joe Perches
2007-11-20 1:48 ` Joe Perches
[not found] ` <1195523331-15303-11-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-12-git-send-email-joe@perches.com>
[not found] ` <1195523331-15303-13-git-send-email-joe@perches.com>
2007-11-20 2:05 ` Dave Jones
[not found] ` <f6014cdba9a3d017d1dcd0623a5da61777c919bb.1195454435.git.joe@perches.com>
2007-11-20 1:48 ` [PATCH 14/59] drivers/cpufreq: " Joe Perches
2007-11-20 1:48 ` Joe Perches
2007-11-20 1:48 ` Joe Perches
2007-11-20 2:06 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox