Re: [PATCH 9/9] docs/style: call out the use of GUARD macros

2023-04-24 Thread Vladimir Sementsov-Ogievskiy
On 24.04.23 12:07, Alex Bennée wrote: Vladimir Sementsov-Ogievskiy writes: On 20.04.23 18:57, Alex Bennée wrote: There use makes our code safer so we should mention them. Signed-off-by: Alex Bennée Reviewed-by: Vladimir Sementsov-Ogievskiy --- docs/devel/style.rst | 36

Re: [PATCH 9/9] docs/style: call out the use of GUARD macros

2023-04-24 Thread Alex Bennée
Vladimir Sementsov-Ogievskiy writes: > On 20.04.23 18:57, Alex Bennée wrote: >> There use makes our code safer so we should mention them. >> Signed-off-by: Alex Bennée > > Reviewed-by: Vladimir Sementsov-Ogievskiy > > >> --- >> docs/devel/style.rst | 36

Re: [PATCH 9/9] docs/style: call out the use of GUARD macros

2023-04-21 Thread Vladimir Sementsov-Ogievskiy
On 20.04.23 18:57, Alex Bennée wrote: There use makes our code safer so we should mention them. Signed-off-by: Alex Bennée Reviewed-by: Vladimir Sementsov-Ogievskiy --- docs/devel/style.rst | 36 1 file changed, 36 insertions(+) diff --git a/docs/d

Re: [PATCH 9/9] docs/style: call out the use of GUARD macros

2023-04-20 Thread Philippe Mathieu-Daudé
On 20/4/23 17:57, Alex Bennée wrote: There use makes our code safer so we should mention them. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- docs/devel/style.rst | 36 1 file changed, 36 insertions(+) diff --git a/docs/devel/sty

Re: [PATCH 9/9] docs/style: call out the use of GUARD macros

2023-04-20 Thread Juan Quintela
Alex Bennée wrote: > There use makes our code safer so we should mention them. > > Signed-off-by: Alex Bennée Reviewed-by: Juan Quintela

[PATCH 9/9] docs/style: call out the use of GUARD macros

2023-04-20 Thread Alex Bennée
There use makes our code safer so we should mention them. Signed-off-by: Alex Bennée --- docs/devel/style.rst | 36 1 file changed, 36 insertions(+) diff --git a/docs/devel/style.rst b/docs/devel/style.rst index 0bd01f3fca..b50a981a86 100644 --- a/docs/devel