Re: [PATCH] qapi: fix colon in Since tag section

2025-01-07 Thread Markus Armbruster
Victor Toso writes: > As described in docs/devel/qapi-code-gen.rst line 998, > there should be no space between "Since" and ":". > > Signed-off-by: Victor Toso > --- > qapi/cxl.json | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/qapi/cxl.json b/qapi/cxl.json > inde

[PATCH] qapi: fix colon in Since tag section

2024-12-17 Thread Victor Toso
As described in docs/devel/qapi-code-gen.rst line 998, there should be no space between "Since" and ":". Signed-off-by: Victor Toso --- qapi/cxl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi/cxl.json b/qapi/cxl.json index 9f65589bce..dd947d3bbc 100644 --- a/qa