mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -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:
parent
73c67f3851
commit
1e6b0505c4
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue