diff mbox series

cpufreq: fix repeated words in comments

Message ID 20230308122830.166728-1-jingyuwang_vip@163.com
State New
Headers show
Series cpufreq: fix repeated words in comments | expand

Commit Message

Jingyu Wang March 8, 2023, 12:28 p.m. UTC
Delete the redundant word 'to'.

Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
---
 drivers/cpufreq/Kconfig.arm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafael J. Wysocki March 22, 2023, 7:16 p.m. UTC | #1
On Wed, Mar 8, 2023 at 1:30 PM Jingyu Wang <jingyuwang_vip@163.com> wrote:
>
> Delete the redundant word 'to'.
>
> Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
> ---
>  drivers/cpufreq/Kconfig.arm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index 97acaa2136fd..123b4bbfcfee 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -95,7 +95,7 @@ config ARM_BRCMSTB_AVS_CPUFREQ
>         help
>           Some Broadcom STB SoCs use a co-processor running proprietary firmware
>           ("AVS") to handle voltage and frequency scaling. This driver provides
> -         a standard CPUfreq interface to to the firmware.
> +         a standard CPUfreq interface to the firmware.
>
>           Say Y, if you have a Broadcom SoC with AVS support for DFS or DVFS.
>
> --

Applied as 6.4 material under a modified subject and with some edits
in the changelog.

Thanks!
diff mbox series

Patch

diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index 97acaa2136fd..123b4bbfcfee 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -95,7 +95,7 @@  config ARM_BRCMSTB_AVS_CPUFREQ
 	help
 	  Some Broadcom STB SoCs use a co-processor running proprietary firmware
 	  ("AVS") to handle voltage and frequency scaling. This driver provides
-	  a standard CPUfreq interface to to the firmware.
+	  a standard CPUfreq interface to the firmware.
 
 	  Say Y, if you have a Broadcom SoC with AVS support for DFS or DVFS.