All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
@ 2018-04-30 14:48 ` Colin King
  0 siblings, 0 replies; 9+ messages in thread
From: Colin King @ 2018-04-30 14:48 UTC (permalink / raw)
  To: Kukjin Kim, Krzysztof Kozlowski, Rafael J . Wysocki,
	Viresh Kumar, linux-arm-kernel, linux-samsung-soc, linux-pm
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in s3c_freq_dbg debug message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/cpufreq/s3c2440-cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/s3c2440-cpufreq.c b/drivers/cpufreq/s3c2440-cpufreq.c
index d0d75b65ddd6..d2f67b7a20dd 100644
--- a/drivers/cpufreq/s3c2440-cpufreq.c
+++ b/drivers/cpufreq/s3c2440-cpufreq.c
@@ -143,7 +143,7 @@ static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
 {
 	unsigned long clkdiv, camdiv;
 
-	s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__,
+	s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__,
 		     cfg->divs.h_divisor, cfg->divs.p_divisor);
 
 	clkdiv = __raw_readl(S3C2410_CLKDIVN);
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
@ 2018-04-30 14:48 ` Colin King
  0 siblings, 0 replies; 9+ messages in thread
From: Colin King @ 2018-04-30 14:48 UTC (permalink / raw)
  To: linux-arm-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in s3c_freq_dbg debug message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/cpufreq/s3c2440-cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/s3c2440-cpufreq.c b/drivers/cpufreq/s3c2440-cpufreq.c
index d0d75b65ddd6..d2f67b7a20dd 100644
--- a/drivers/cpufreq/s3c2440-cpufreq.c
+++ b/drivers/cpufreq/s3c2440-cpufreq.c
@@ -143,7 +143,7 @@ static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
 {
 	unsigned long clkdiv, camdiv;
 
-	s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__,
+	s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__,
 		     cfg->divs.h_divisor, cfg->divs.p_divisor);
 
 	clkdiv = __raw_readl(S3C2410_CLKDIVN);
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
@ 2018-04-30 14:48 ` Colin King
  0 siblings, 0 replies; 9+ messages in thread
From: Colin King @ 2018-04-30 14:48 UTC (permalink / raw)
  To: linux-arm-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in s3c_freq_dbg debug message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/cpufreq/s3c2440-cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/s3c2440-cpufreq.c b/drivers/cpufreq/s3c2440-cpufreq.c
index d0d75b65ddd6..d2f67b7a20dd 100644
--- a/drivers/cpufreq/s3c2440-cpufreq.c
+++ b/drivers/cpufreq/s3c2440-cpufreq.c
@@ -143,7 +143,7 @@ static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
 {
 	unsigned long clkdiv, camdiv;
 
-	s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__,
+	s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__,
 		     cfg->divs.h_divisor, cfg->divs.p_divisor);
 
 	clkdiv = __raw_readl(S3C2410_CLKDIVN);
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
  2018-04-30 14:48 ` Colin King
  (?)
@ 2018-05-02  5:37   ` Viresh Kumar
  -1 siblings, 0 replies; 9+ messages in thread
From: Viresh Kumar @ 2018-05-02  5:37 UTC (permalink / raw)
  To: Colin King
  Cc: Kukjin Kim, Krzysztof Kozlowski, Rafael J . Wysocki,
	linux-arm-kernel, linux-samsung-soc, linux-pm, kernel-janitors,
	linux-kernel

On 30-04-18, 15:48, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in s3c_freq_dbg debug message text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/cpufreq/s3c2440-cpufreq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/s3c2440-cpufreq.c b/drivers/cpufreq/s3c2440-cpufreq.c
> index d0d75b65ddd6..d2f67b7a20dd 100644
> --- a/drivers/cpufreq/s3c2440-cpufreq.c
> +++ b/drivers/cpufreq/s3c2440-cpufreq.c
> @@ -143,7 +143,7 @@ static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
>  {
>  	unsigned long clkdiv, camdiv;
>  
> -	s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__,
> +	s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__,
>  		     cfg->divs.h_divisor, cfg->divs.p_divisor);
>  
>  	clkdiv = __raw_readl(S3C2410_CLKDIVN);

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH] cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
@ 2018-05-02  5:37   ` Viresh Kumar
  0 siblings, 0 replies; 9+ messages in thread
From: Viresh Kumar @ 2018-05-02  5:37 UTC (permalink / raw)
  To: linux-arm-kernel

On 30-04-18, 15:48, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in s3c_freq_dbg debug message text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/cpufreq/s3c2440-cpufreq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/s3c2440-cpufreq.c b/drivers/cpufreq/s3c2440-cpufreq.c
> index d0d75b65ddd6..d2f67b7a20dd 100644
> --- a/drivers/cpufreq/s3c2440-cpufreq.c
> +++ b/drivers/cpufreq/s3c2440-cpufreq.c
> @@ -143,7 +143,7 @@ static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
>  {
>  	unsigned long clkdiv, camdiv;
>  
> -	s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__,
> +	s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__,
>  		     cfg->divs.h_divisor, cfg->divs.p_divisor);
>  
>  	clkdiv = __raw_readl(S3C2410_CLKDIVN);

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
@ 2018-05-02  5:37   ` Viresh Kumar
  0 siblings, 0 replies; 9+ messages in thread
From: Viresh Kumar @ 2018-05-02  5:49 UTC (permalink / raw)
  To: linux-arm-kernel

On 30-04-18, 15:48, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in s3c_freq_dbg debug message text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/cpufreq/s3c2440-cpufreq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/s3c2440-cpufreq.c b/drivers/cpufreq/s3c2440-cpufreq.c
> index d0d75b65ddd6..d2f67b7a20dd 100644
> --- a/drivers/cpufreq/s3c2440-cpufreq.c
> +++ b/drivers/cpufreq/s3c2440-cpufreq.c
> @@ -143,7 +143,7 @@ static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
>  {
>  	unsigned long clkdiv, camdiv;
>  
> -	s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__,
> +	s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__,
>  		     cfg->divs.h_divisor, cfg->divs.p_divisor);
>  
>  	clkdiv = __raw_readl(S3C2410_CLKDIVN);

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
  2018-05-02  5:37   ` Viresh Kumar
  (?)
@ 2018-05-13  8:45     ` Rafael J. Wysocki
  -1 siblings, 0 replies; 9+ messages in thread
From: Rafael J. Wysocki @ 2018-05-13  8:45 UTC (permalink / raw)
  To: Viresh Kumar, Colin King
  Cc: Kukjin Kim, Krzysztof Kozlowski, linux-arm-kernel,
	linux-samsung-soc, linux-pm, kernel-janitors, linux-kernel

On Wednesday, May 2, 2018 7:37:21 AM CEST Viresh Kumar wrote:
> On 30-04-18, 15:48, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> > 
> > Trivial fix to spelling mistake in s3c_freq_dbg debug message text.
> > 
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> > ---
> >  drivers/cpufreq/s3c2440-cpufreq.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/cpufreq/s3c2440-cpufreq.c b/drivers/cpufreq/s3c2440-cpufreq.c
> > index d0d75b65ddd6..d2f67b7a20dd 100644
> > --- a/drivers/cpufreq/s3c2440-cpufreq.c
> > +++ b/drivers/cpufreq/s3c2440-cpufreq.c
> > @@ -143,7 +143,7 @@ static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
> >  {
> >  	unsigned long clkdiv, camdiv;
> >  
> > -	s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__,
> > +	s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__,
> >  		     cfg->divs.h_divisor, cfg->divs.p_divisor);
> >  
> >  	clkdiv = __raw_readl(S3C2410_CLKDIVN);
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
@ 2018-05-13  8:45     ` Rafael J. Wysocki
  0 siblings, 0 replies; 9+ messages in thread
From: Rafael J. Wysocki @ 2018-05-13  8:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, May 2, 2018 7:37:21 AM CEST Viresh Kumar wrote:
> On 30-04-18, 15:48, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> > 
> > Trivial fix to spelling mistake in s3c_freq_dbg debug message text.
> > 
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> > ---
> >  drivers/cpufreq/s3c2440-cpufreq.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/cpufreq/s3c2440-cpufreq.c b/drivers/cpufreq/s3c2440-cpufreq.c
> > index d0d75b65ddd6..d2f67b7a20dd 100644
> > --- a/drivers/cpufreq/s3c2440-cpufreq.c
> > +++ b/drivers/cpufreq/s3c2440-cpufreq.c
> > @@ -143,7 +143,7 @@ static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
> >  {
> >  	unsigned long clkdiv, camdiv;
> >  
> > -	s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__,
> > +	s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__,
> >  		     cfg->divs.h_divisor, cfg->divs.p_divisor);
> >  
> >  	clkdiv = __raw_readl(S3C2410_CLKDIVN);
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> 

Applied, thanks!


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH] cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
@ 2018-05-13  8:45     ` Rafael J. Wysocki
  0 siblings, 0 replies; 9+ messages in thread
From: Rafael J. Wysocki @ 2018-05-13  8:45 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, May 2, 2018 7:37:21 AM CEST Viresh Kumar wrote:
> On 30-04-18, 15:48, Colin King wrote:
> > From: Colin Ian King <colin.king@canonical.com>
> > 
> > Trivial fix to spelling mistake in s3c_freq_dbg debug message text.
> > 
> > Signed-off-by: Colin Ian King <colin.king@canonical.com>
> > ---
> >  drivers/cpufreq/s3c2440-cpufreq.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/cpufreq/s3c2440-cpufreq.c b/drivers/cpufreq/s3c2440-cpufreq.c
> > index d0d75b65ddd6..d2f67b7a20dd 100644
> > --- a/drivers/cpufreq/s3c2440-cpufreq.c
> > +++ b/drivers/cpufreq/s3c2440-cpufreq.c
> > @@ -143,7 +143,7 @@ static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
> >  {
> >  	unsigned long clkdiv, camdiv;
> >  
> > -	s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__,
> > +	s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__,
> >  		     cfg->divs.h_divisor, cfg->divs.p_divisor);
> >  
> >  	clkdiv = __raw_readl(S3C2410_CLKDIVN);
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-13  8:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-30 14:48 [PATCH] cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors" Colin King
2018-04-30 14:48 ` Colin King
2018-04-30 14:48 ` Colin King
2018-05-02  5:37 ` Viresh Kumar
2018-05-02  5:49   ` Viresh Kumar
2018-05-02  5:37   ` Viresh Kumar
2018-05-13  8:45   ` Rafael J. Wysocki
2018-05-13  8:45     ` Rafael J. Wysocki
2018-05-13  8:45     ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.