Message ID | d385998bd7f45c9753db504f8b89db5ed8bc90ce.1701364429.git.nicola.vetrini@bugseng.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [XEN] docs/misra: fix a typo in rules.rst | expand |
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 >
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.
No functional changes. Signed-off-by: Nicola Vetrini <nicola.vetrini@bugseng.com> --- docs/misra/rules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)