mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
qapi: Don't repeat member type in its documentation text
Documentation generated for the arguments of MEMORY_FAILURE looks like
"recipient": "MemoryFailureRecipient"
recipient is defined as "MemoryFailureRecipient".
"action": "MemoryFailureAction"
action that has been taken. action is defined as
"MemoryFailureAction".
"flags": "MemoryFailureFlags"
flags for MemoryFailureAction. action is defined as
"MemoryFailureFlags".
The "action is defined as ..." are redundant. Drop.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240322140910.328840-10-armbru@redhat.com>
This commit is contained in:
+2
-4
@@ -568,11 +568,9 @@
|
||||
#
|
||||
# @recipient: recipient is defined as @MemoryFailureRecipient.
|
||||
#
|
||||
# @action: action that has been taken. action is defined as
|
||||
# @MemoryFailureAction.
|
||||
# @action: action that has been taken.
|
||||
#
|
||||
# @flags: flags for MemoryFailureAction. action is defined as
|
||||
# @MemoryFailureFlags.
|
||||
# @flags: flags for MemoryFailureAction.
|
||||
#
|
||||
# Since: 5.2
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user