All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] subdev/clk: fix repeated words in comments
@ 2022-08-21 14:30 ` wangjianli
  0 siblings, 0 replies; 6+ messages in thread
From: wangjianli @ 2022-08-21 14:30 UTC (permalink / raw)
  To: bskeggs, kherbst, lyude, airlied, daniel
  Cc: dri-devel, nouveau, linux-kernel, wangjianli

 Delete the redundant word 'at'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
index a139dafffe06..7c33542f651b 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
@@ -581,7 +581,7 @@ gm20b_clk_prog(struct nvkm_clk *base)
 
 	/*
 	 * Interim step for changing DVFS detection settings: low enough
-	 * frequency to be safe at at DVFS coeff = 0.
+	 * frequency to be safe at DVFS coeff = 0.
 	 *
 	 * 1. If voltage is increasing:
 	 * - safe frequency target matches the lowest - old - frequency
-- 
2.36.1


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

* [PATCH] subdev/clk: fix repeated words in comments
@ 2022-08-21 14:30 ` wangjianli
  0 siblings, 0 replies; 6+ messages in thread
From: wangjianli @ 2022-08-21 14:30 UTC (permalink / raw)
  To: bskeggs, kherbst, lyude, airlied, daniel
  Cc: wangjianli, nouveau, linux-kernel, dri-devel

 Delete the redundant word 'at'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
index a139dafffe06..7c33542f651b 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
@@ -581,7 +581,7 @@ gm20b_clk_prog(struct nvkm_clk *base)
 
 	/*
 	 * Interim step for changing DVFS detection settings: low enough
-	 * frequency to be safe at at DVFS coeff = 0.
+	 * frequency to be safe at DVFS coeff = 0.
 	 *
 	 * 1. If voltage is increasing:
 	 * - safe frequency target matches the lowest - old - frequency
-- 
2.36.1


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

* [Nouveau] [PATCH] subdev/clk: fix repeated words in comments
@ 2022-08-21 14:30 ` wangjianli
  0 siblings, 0 replies; 6+ messages in thread
From: wangjianli @ 2022-08-21 14:30 UTC (permalink / raw)
  To: bskeggs, kherbst, lyude, airlied, daniel
  Cc: wangjianli, nouveau, linux-kernel, dri-devel

 Delete the redundant word 'at'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
index a139dafffe06..7c33542f651b 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
@@ -581,7 +581,7 @@ gm20b_clk_prog(struct nvkm_clk *base)
 
 	/*
 	 * Interim step for changing DVFS detection settings: low enough
-	 * frequency to be safe at at DVFS coeff = 0.
+	 * frequency to be safe at DVFS coeff = 0.
 	 *
 	 * 1. If voltage is increasing:
 	 * - safe frequency target matches the lowest - old - frequency
-- 
2.36.1


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

* Re: [PATCH] subdev/clk: fix repeated words in comments
  2022-08-21 14:30 ` wangjianli
  (?)
@ 2022-08-21 15:12   ` Karol Herbst
  -1 siblings, 0 replies; 6+ messages in thread
From: Karol Herbst @ 2022-08-21 15:12 UTC (permalink / raw)
  To: wangjianli
  Cc: bskeggs, lyude, airlied, daniel, dri-devel, nouveau, linux-kernel

Reviewed-by: Karol Herbst <kherbst@redhat.com>

thanks, and I'll push in a moment.

On Sun, Aug 21, 2022 at 4:34 PM wangjianli <wangjianli@cdjrlc.com> wrote:
>
>  Delete the redundant word 'at'.
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
>  drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
> index a139dafffe06..7c33542f651b 100644
> --- a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
> +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
> @@ -581,7 +581,7 @@ gm20b_clk_prog(struct nvkm_clk *base)
>
>         /*
>          * Interim step for changing DVFS detection settings: low enough
> -        * frequency to be safe at at DVFS coeff = 0.
> +        * frequency to be safe at DVFS coeff = 0.
>          *
>          * 1. If voltage is increasing:
>          * - safe frequency target matches the lowest - old - frequency
> --
> 2.36.1
>


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

* Re: [Nouveau] [PATCH] subdev/clk: fix repeated words in comments
@ 2022-08-21 15:12   ` Karol Herbst
  0 siblings, 0 replies; 6+ messages in thread
From: Karol Herbst @ 2022-08-21 15:12 UTC (permalink / raw)
  To: wangjianli; +Cc: airlied, nouveau, linux-kernel, dri-devel, bskeggs, daniel

Reviewed-by: Karol Herbst <kherbst@redhat.com>

thanks, and I'll push in a moment.

On Sun, Aug 21, 2022 at 4:34 PM wangjianli <wangjianli@cdjrlc.com> wrote:
>
>  Delete the redundant word 'at'.
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
>  drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
> index a139dafffe06..7c33542f651b 100644
> --- a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
> +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
> @@ -581,7 +581,7 @@ gm20b_clk_prog(struct nvkm_clk *base)
>
>         /*
>          * Interim step for changing DVFS detection settings: low enough
> -        * frequency to be safe at at DVFS coeff = 0.
> +        * frequency to be safe at DVFS coeff = 0.
>          *
>          * 1. If voltage is increasing:
>          * - safe frequency target matches the lowest - old - frequency
> --
> 2.36.1
>


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

* Re: [PATCH] subdev/clk: fix repeated words in comments
@ 2022-08-21 15:12   ` Karol Herbst
  0 siblings, 0 replies; 6+ messages in thread
From: Karol Herbst @ 2022-08-21 15:12 UTC (permalink / raw)
  To: wangjianli; +Cc: airlied, nouveau, linux-kernel, dri-devel, bskeggs

Reviewed-by: Karol Herbst <kherbst@redhat.com>

thanks, and I'll push in a moment.

On Sun, Aug 21, 2022 at 4:34 PM wangjianli <wangjianli@cdjrlc.com> wrote:
>
>  Delete the redundant word 'at'.
>
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
>  drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
> index a139dafffe06..7c33542f651b 100644
> --- a/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
> +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c
> @@ -581,7 +581,7 @@ gm20b_clk_prog(struct nvkm_clk *base)
>
>         /*
>          * Interim step for changing DVFS detection settings: low enough
> -        * frequency to be safe at at DVFS coeff = 0.
> +        * frequency to be safe at DVFS coeff = 0.
>          *
>          * 1. If voltage is increasing:
>          * - safe frequency target matches the lowest - old - frequency
> --
> 2.36.1
>


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

end of thread, other threads:[~2022-08-24 17:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-21 14:30 [PATCH] subdev/clk: fix repeated words in comments wangjianli
2022-08-21 14:30 ` [Nouveau] " wangjianli
2022-08-21 14:30 ` wangjianli
2022-08-21 15:12 ` Karol Herbst
2022-08-21 15:12   ` Karol Herbst
2022-08-21 15:12   ` [Nouveau] " Karol Herbst

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.