[XEN PATCH] docs/misra: fix a typo in rules.rst

Nicola Vetrini posted 1 patch 4 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/d385998bd7f45c9753db504f8b89db5ed8bc90ce.1701364429.git.nicola.vetrini@bugseng.com
docs/misra/rules.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[XEN PATCH] docs/misra: fix a typo in rules.rst
Posted by Nicola Vetrini 4 months, 4 weeks ago
No functional changes.

Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com>
---
 docs/misra/rules.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/misra/rules.rst b/docs/misra/rules.rst
index 53dab0070c7b..75921b9a3463 100644
--- a/docs/misra/rules.rst
+++ b/docs/misra/rules.rst
@@ -531,7 +531,7 @@ maintainers if you want to suggest a change.
        the future or with another compiler.  For these reasons we discourage
        the introduction of new reserved identifiers in Xen, and we see it as
        positive the reduction of reserved identifiers. At the same time,
-       certain identifiers starting with wo underscores are also commonly used
+       certain identifiers starting with two underscores are also commonly used
        in Linux (e.g. __set_bit) and we don't think it would be an improvement
        to rename them.
 
-- 
2.34.1
Re: [XEN PATCH] docs/misra: fix a typo in rules.rst
Posted by Stefano Stabellini 4 months, 4 weeks ago
On Thu, 30 Nov 2023, Nicola Vetrini wrote:
> No functional changes.
> 
> Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>

> ---
>  docs/misra/rules.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/misra/rules.rst b/docs/misra/rules.rst
> index 53dab0070c7b..75921b9a3463 100644
> --- a/docs/misra/rules.rst
> +++ b/docs/misra/rules.rst
> @@ -531,7 +531,7 @@ maintainers if you want to suggest a change.
>         the future or with another compiler.  For these reasons we discourage
>         the introduction of new reserved identifiers in Xen, and we see it as
>         positive the reduction of reserved identifiers. At the same time,
> -       certain identifiers starting with wo underscores are also commonly used
> +       certain identifiers starting with two underscores are also commonly used
>         in Linux (e.g. __set_bit) and we don't think it would be an improvement
>         to rename them.
>  
> -- 
> 2.34.1
>