[PATCH] cpufreq: loongson2: fix Kconfig "its" grammar

Randy Dunlap posted 1 patch 3 years, 9 months ago
drivers/cpufreq/Kconfig |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] cpufreq: loongson2: fix Kconfig "its" grammar
Posted by Randy Dunlap 3 years, 9 months ago
Use the possessive "its" instead of the contraction "it's"
where appropriate.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-pm@vger.kernel.org
Cc: linux-mips@vger.kernel.org
---
 drivers/cpufreq/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -268,7 +268,7 @@ config LOONGSON2_CPUFREQ
 	  This option adds a CPUFreq driver for loongson processors which
 	  support software configurable cpu frequency.
 
-	  Loongson2F and it's successors support this feature.
+	  Loongson2F and its successors support this feature.
 
 	  If in doubt, say N.
Re: [PATCH] cpufreq: loongson2: fix Kconfig "its" grammar
Posted by Rafael J. Wysocki 3 years, 8 months ago
On Fri, Jul 15, 2022 at 3:59 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> Use the possessive "its" instead of the contraction "it's"
> where appropriate.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Cc: linux-pm@vger.kernel.org
> Cc: linux-mips@vger.kernel.org
> ---
>  drivers/cpufreq/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/cpufreq/Kconfig
> +++ b/drivers/cpufreq/Kconfig
> @@ -268,7 +268,7 @@ config LOONGSON2_CPUFREQ
>           This option adds a CPUFreq driver for loongson processors which
>           support software configurable cpu frequency.
>
> -         Loongson2F and it's successors support this feature.
> +         Loongson2F and its successors support this feature.
>
>           If in doubt, say N.

Applied as 5.20 material, thanks!