Linux Power Management development
 help / color / mirror / Atom feed
* [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; 3+ 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] 3+ 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; 3+ 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] 3+ 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
  0 siblings, 0 replies; 3+ 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] 3+ messages in thread

end of thread, other threads:[~2026-08-14 16:31 UTC | newest]

Thread overview: 3+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox