Message ID | 20220715015903.12537-1-rdunlap@infradead.org |
---|---|
State | Accepted |
Commit | 9d822ccf337299d08cf5121929013f3ac21932c9 |
Headers | show |
Series | cpufreq: loongson2: fix Kconfig "its" grammar | expand |
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!
--- 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.
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(-)