Re: [PATCH v2 09/32] include/exec: fix kerneldoc definition

2023-03-16 Thread Peter Maydell
On Wed, 15 Mar 2023 at 17:49, Alex Bennée wrote: > > The kerneldoc processor complains about the mismatched variable name. > Fix it. > > Message-Id: <20230310103123.2118519-11-alex.ben...@linaro.org> > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Alex Bennée Note that Laurent has picked

Re: [PATCH v2 09/32] include/exec: fix kerneldoc definition

2023-03-16 Thread Richard Henderson
On 3/15/23 10:43, Alex Bennée wrote: The kerneldoc processor complains about the mismatched variable name. Fix it. Message-Id:<20230310103123.2118519-11-alex.ben...@linaro.org> Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée --- include/exec/memory.h | 2 +- 1 file changed, 1 i

[PATCH v2 09/32] include/exec: fix kerneldoc definition

2023-03-15 Thread Alex Bennée
The kerneldoc processor complains about the mismatched variable name. Fix it. Message-Id: <20230310103123.2118519-11-alex.ben...@linaro.org> Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée --- include/exec/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git