[PATCH for-4.22] docs: remove non-breaking space from xen-command-line

Roger Pau Monne posted 1 patch 4 days, 21 hours ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260608082440.73415-1-roger.pau@citrix.com
docs/misc/xen-command-line.pandoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH for-4.22] docs: remove non-breaking space from xen-command-line
Posted by Roger Pau Monne 4 days, 21 hours ago
Fixes rendering of the generated html.

Fixes: 31d9c88a3857 ("pdx: introduce command line compression toggle")
Signed-of-by: Roger Pau Monné <roger.pau@citrix.com>
---
 docs/misc/xen-command-line.pandoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc
index 93c2a73f4ade..1c711fa98086 100644
--- a/docs/misc/xen-command-line.pandoc
+++ b/docs/misc/xen-command-line.pandoc
@@ -2082,7 +2082,7 @@ for all of them (`true`), only for those subject to XPTI (`xpti`) or for
 those not subject to XPTI (`no-xpti`). The feature is used only in case
 INVPCID is supported and not disabled via `invpcid=false`.
 
-### pdx-compress
+### pdx-compress
 > `= <boolean>`
 
 > Default: `true` if CONFIG_PDX_NONE is unset
-- 
2.53.0


Re: [PATCH for-4.22] docs: remove non-breaking space from xen-command-line
Posted by Oleksii Kurochko 4 days, 19 hours ago

On 6/8/26 10:24 AM, Roger Pau Monne wrote:
> Fixes rendering of the generated html.
> 
> Fixes: 31d9c88a3857 ("pdx: introduce command line compression toggle")
> Signed-of-by: Roger Pau Monné <roger.pau@citrix.com>
> ---
>   docs/misc/xen-command-line.pandoc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc
> index 93c2a73f4ade..1c711fa98086 100644
> --- a/docs/misc/xen-command-line.pandoc
> +++ b/docs/misc/xen-command-line.pandoc
> @@ -2082,7 +2082,7 @@ for all of them (`true`), only for those subject to XPTI (`xpti`) or for
>   those not subject to XPTI (`no-xpti`). The feature is used only in case
>   INVPCID is supported and not disabled via `invpcid=false`.
>   
> -### pdx-compress
> +### pdx-compress
>   > `= <boolean>`
>   
>   > Default: `true` if CONFIG_PDX_NONE is unset

Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>

Thanks.

~ Oleksii


Re: [PATCH for-4.22] docs: remove non-breaking space from xen-command-line
Posted by Andrew Cooper 4 days, 21 hours ago
On 08/06/2026 9:24 am, Roger Pau Monne wrote:
> Fixes rendering of the generated html.
>
> Fixes: 31d9c88a3857 ("pdx: introduce command line compression toggle")
> Signed-of-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>