diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-04-25 08:42:21 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-04-28 11:48:34 +0200 |
commit | 7c3def93b138a72aac2b64c4cca321677bb97392 (patch) | |
tree | f089c0ce17b6a467382261638d675bbe9af7034a /qapi/machine.json | |
parent | 86bf13aea39e32adb8f068a4d14e2ad16edb725c (diff) |
qapi: Fix misspelled section tags in doc comments
Section tags are case sensitive and end with a colon. Screwing up
either gets them interpreted as ordinary paragraph. Fix a few.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230425064223.820979-15-armbru@redhat.com>
Diffstat (limited to 'qapi/machine.json')
-rw-r--r-- | qapi/machine.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/machine.json b/qapi/machine.json index 5a18913767..fcd69965e5 100644 --- a/qapi/machine.json +++ b/qapi/machine.json @@ -517,7 +517,7 @@ # @targets: Target root bridge IDs from -device ...,id=<ID> for each root # bridge. # -# Since 7.1 +# Since: 7.1 ## { 'struct': 'CXLFixedMemoryWindowOptions', 'data': { @@ -532,7 +532,7 @@ # # @cxl-fmw: List of CXLFixedMemoryWindowOptions # -# Since 7.1 +# Since: 7.1 ## { 'struct' : 'CXLFMWProperties', 'data': { 'cxl-fmw': ['CXLFixedMemoryWindowOptions'] } |