[PATCH] Doc: admin-guide: pm: Removed unnecessary backticks

Bhaskar Chowdhury posted 1 patch 1 week, 4 days ago
Documentation/admin-guide/pm/amd-pstate.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Doc: admin-guide: pm: Removed unnecessary backticks
Posted by Bhaskar Chowdhury 1 week, 4 days ago
Removed the superfluous backticks in the sentence.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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..a37a51c8b042 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`` peferred 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
Re: [PATCH] Doc: admin-guide: pm: Removed unnecessary backticks
Posted by Randy Dunlap 1 week, 4 days ago

On 8/13/26 8:52 PM, Bhaskar Chowdhury wrote:
> Removed the superfluous backticks in the sentence.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  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..a37a51c8b042 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`` peferred core has two states: enable and disable.

                  preferred

Otherwise LGTM.

>  Enable/disable states can be chosen by different kernel parameters.
>  Default enable ``amd-pstate`` preferred core.
> 
> --
> 2.54.0


-- 
~Randy