* [PATCH V2] Doc: admin-guide: pm: Remove unnecessary backticks and fix a spell
@ 2026-08-14 9:51 Bhaskar Chowdhury
2026-08-14 12:58 ` Randy Dunlap
0 siblings, 1 reply; 6+ messages in thread
From: Bhaskar Chowdhury @ 2026-08-14 9:51 UTC (permalink / raw)
To: ray.huang, mario.limonciello, perry.yuan, kprateek.nayak, corbet,
skhan, rdunlap, linux-pm, linux-doc, linux-kernel
Cc: Bhaskar Chowdhury
One,
Removed the superfluous backticks in the sentence.
And second,
s/peferred/preferred/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
V2 changes from V1:
Randy caught a spelling mistake in the same sentence,so fixed
Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
index c7bf7cc2db87..6fd72ba52df2 100644
--- a/Documentation/admin-guide/pm/amd-pstate.rst
+++ b/Documentation/admin-guide/pm/amd-pstate.rst
@@ -471,7 +471,7 @@ update the core ranking and set the cpu's priority.
Kernel Parameters
-----------------
-``amd-pstate`` peferred core`` has two states: enable and disable.
+``amd-pstate`` preferred core has two states: enable and disable.
Enable/disable states can be chosen by different kernel parameters.
Default enable ``amd-pstate`` preferred core.
--
2.54.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH V2] Doc: admin-guide: pm: Remove unnecessary backticks and fix a spell
2026-08-14 9:51 [PATCH V2] Doc: admin-guide: pm: Remove unnecessary backticks and fix a spell Bhaskar Chowdhury
@ 2026-08-14 12:58 ` Randy Dunlap
2026-08-14 16:31 ` Mario Limonciello
0 siblings, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2026-08-14 12:58 UTC (permalink / raw)
To: Bhaskar Chowdhury, ray.huang, mario.limonciello, perry.yuan,
kprateek.nayak, corbet, skhan, linux-pm, linux-doc, linux-kernel
On 8/14/26 2:51 AM, Bhaskar Chowdhury wrote:
> One,
> Removed the superfluous backticks in the sentence.
>
> And second,
>
> s/peferred/preferred/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> V2 changes from V1:
> Randy caught a spelling mistake in the same sentence,so fixed
> Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
> index c7bf7cc2db87..6fd72ba52df2 100644
> --- a/Documentation/admin-guide/pm/amd-pstate.rst
> +++ b/Documentation/admin-guide/pm/amd-pstate.rst
> @@ -471,7 +471,7 @@ update the core ranking and set the cpu's priority.
> Kernel Parameters
> -----------------
>
> -``amd-pstate`` peferred core`` has two states: enable and disable.
> +``amd-pstate`` preferred core has two states: enable and disable.
> Enable/disable states can be chosen by different kernel parameters.
> Default enable ``amd-pstate`` preferred core.
>
> --
> 2.54.0
>
--
~Randy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH V2] Doc: admin-guide: pm: Remove unnecessary backticks and fix a spell
2026-08-14 12:58 ` Randy Dunlap
@ 2026-08-14 16:31 ` Mario Limonciello
2026-08-14 17:40 ` Jonathan Corbet
0 siblings, 1 reply; 6+ messages in thread
From: Mario Limonciello @ 2026-08-14 16:31 UTC (permalink / raw)
To: Randy Dunlap, Bhaskar Chowdhury, ray.huang, perry.yuan,
kprateek.nayak, corbet, skhan, linux-pm, linux-doc, linux-kernel
On 8/14/26 07:58, Randy Dunlap wrote:
>
>
> On 8/14/26 2:51 AM, Bhaskar Chowdhury wrote:
>> One,
>> Removed the superfluous backticks in the sentence.
>>
>> And second,
>>
>> s/peferred/preferred/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
> Thanks.
Acked-by: Mario Limonciello (AMD) <superm1@kernel.org>
Since this is pure docs should it go through docs tree? If not I'm fine
to take it through amd-pstate next cycle.
>
>> ---
>> V2 changes from V1:
>> Randy caught a spelling mistake in the same sentence,so fixed
>> Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/admin-guide/pm/amd-pstate.rst b/Documentation/admin-guide/pm/amd-pstate.rst
>> index c7bf7cc2db87..6fd72ba52df2 100644
>> --- a/Documentation/admin-guide/pm/amd-pstate.rst
>> +++ b/Documentation/admin-guide/pm/amd-pstate.rst
>> @@ -471,7 +471,7 @@ update the core ranking and set the cpu's priority.
>> Kernel Parameters
>> -----------------
>>
>> -``amd-pstate`` peferred core`` has two states: enable and disable.
>> +``amd-pstate`` preferred core has two states: enable and disable.
>> Enable/disable states can be chosen by different kernel parameters.
>> Default enable ``amd-pstate`` preferred core.
>>
>> --
>> 2.54.0
>>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH V2] Doc: admin-guide: pm: Remove unnecessary backticks and fix a spell
2026-08-14 16:31 ` Mario Limonciello
@ 2026-08-14 17:40 ` Jonathan Corbet
2026-08-14 17:46 ` Mario Limonciello
0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2026-08-14 17:40 UTC (permalink / raw)
To: Mario Limonciello, Randy Dunlap, Bhaskar Chowdhury, ray.huang,
perry.yuan, kprateek.nayak, skhan, linux-pm, linux-doc,
linux-kernel
Mario Limonciello <superm1@kernel.org> writes:
> On 8/14/26 07:58, Randy Dunlap wrote:
>>
>>
>> On 8/14/26 2:51 AM, Bhaskar Chowdhury wrote:
>>> One,
>>> Removed the superfluous backticks in the sentence.
>>>
>>> And second,
>>>
>>> s/peferred/preferred/
>>>
>>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>
>> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>> Thanks.
> Acked-by: Mario Limonciello (AMD) <superm1@kernel.org>
>
> Since this is pure docs should it go through docs tree? If not I'm fine
> to take it through amd-pstate next cycle.
Up to you. I was leaving it because Rafael tends to pick up PM stuff,
but I'm happy to pick it up if you like, just let me know.
Thanks,
jon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH V2] Doc: admin-guide: pm: Remove unnecessary backticks and fix a spell
2026-08-14 17:40 ` Jonathan Corbet
@ 2026-08-14 17:46 ` Mario Limonciello
2026-08-14 18:38 ` Jonathan Corbet
0 siblings, 1 reply; 6+ messages in thread
From: Mario Limonciello @ 2026-08-14 17:46 UTC (permalink / raw)
To: Jonathan Corbet, Randy Dunlap, Bhaskar Chowdhury, ray.huang,
perry.yuan, kprateek.nayak, skhan, linux-pm, linux-doc,
linux-kernel
On 8/14/26 12:40, Jonathan Corbet wrote:
> Mario Limonciello <superm1@kernel.org> writes:
>
>> On 8/14/26 07:58, Randy Dunlap wrote:
>>>
>>>
>>> On 8/14/26 2:51 AM, Bhaskar Chowdhury wrote:
>>>> One,
>>>> Removed the superfluous backticks in the sentence.
>>>>
>>>> And second,
>>>>
>>>> s/peferred/preferred/
>>>>
>>>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>>
>>> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>>> Thanks.
>> Acked-by: Mario Limonciello (AMD) <superm1@kernel.org>
>>
>> Since this is pure docs should it go through docs tree? If not I'm fine
>> to take it through amd-pstate next cycle.
>
> Up to you. I was leaving it because Rafael tends to pick up PM stuff,
> but I'm happy to pick it up if you like, just let me know.
>
> Thanks,
>
> jon
I'd say go ahead and grab this. There's no matching code changes and
this doesn't change frequently.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH V2] Doc: admin-guide: pm: Remove unnecessary backticks and fix a spell
2026-08-14 17:46 ` Mario Limonciello
@ 2026-08-14 18:38 ` Jonathan Corbet
0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2026-08-14 18:38 UTC (permalink / raw)
To: Mario Limonciello, Randy Dunlap, Bhaskar Chowdhury, ray.huang,
perry.yuan, kprateek.nayak, skhan, linux-pm, linux-doc,
linux-kernel
Mario Limonciello <superm1@kernel.org> writes:
> On 8/14/26 12:40, Jonathan Corbet wrote:
>> Mario Limonciello <superm1@kernel.org> writes:
>>
>>> On 8/14/26 07:58, Randy Dunlap wrote:
>>>>
>>>>
>>>> On 8/14/26 2:51 AM, Bhaskar Chowdhury wrote:
>>>>> One,
>>>>> Removed the superfluous backticks in the sentence.
>>>>>
>>>>> And second,
>>>>>
>>>>> s/peferred/preferred/
>>>>>
>>>>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>>>
>>>> Acked-by: Randy Dunlap <rdunlap@infradead.org>
>>>> Thanks.
>>> Acked-by: Mario Limonciello (AMD) <superm1@kernel.org>
>>>
>>> Since this is pure docs should it go through docs tree? If not I'm fine
>>> to take it through amd-pstate next cycle.
>>
>> Up to you. I was leaving it because Rafael tends to pick up PM stuff,
>> but I'm happy to pick it up if you like, just let me know.
>>
>> Thanks,
>>
>> jon
>
> I'd say go ahead and grab this. There's no matching code changes and
> this doesn't change frequently.
OK, done, thanks.
jon
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-08-14 18:38 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-14 9:51 [PATCH V2] Doc: admin-guide: pm: Remove unnecessary backticks and fix a spell Bhaskar Chowdhury
2026-08-14 12:58 ` Randy Dunlap
2026-08-14 16:31 ` Mario Limonciello
2026-08-14 17:40 ` Jonathan Corbet
2026-08-14 17:46 ` Mario Limonciello
2026-08-14 18:38 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox