From 83ebec7e0b4c2847d9cff2bcf1324cfc5287dfcb Mon Sep 17 00:00:00 2001 From: wangjianli Date: Sun, 21 Aug 2022 22:30:38 +0800 Subject: [PATCH] subdev/clk: fix repeated words in comments Delete the redundant word 'at'. Signed-off-by: wangjianli Reviewed-by: Karol Herbst Signed-off-by: Karol Herbst Link: https://patchwork.freedesktop.org/patch/msgid/20220821143038.46589-1-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 a139daf..7c33542 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.7.4