diff mbox series

cpufreq: loongson2: fix Kconfig "its" grammar

Message ID 20220715015903.12537-1-rdunlap@infradead.org (mailing list archive)
State Mainlined, archived
Headers show
Series cpufreq: loongson2: fix Kconfig "its" grammar | expand

Commit Message

Randy Dunlap July 15, 2022, 1:59 a.m. UTC
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(-)

Comments

Rafael J. Wysocki July 25, 2022, 6:37 p.m. UTC | #1
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!
diff mbox series

Patch

--- 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.