qapi: fix example of MEM_UNPLUG_ERROR event

Example output was missing ',' delimiter. Fix it.

Problem was noticed when trying to load the example into python's json
library.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-8-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
Victor Toso 2022-09-01 10:58:37 +02:00 committed by Markus Armbruster
parent 0cd5a5e9c9
commit e8796ac4b6

View file

@ -1416,7 +1416,7 @@
#
# Example:
#
# <- { "event": "MEM_UNPLUG_ERROR"
# <- { "event": "MEM_UNPLUG_ERROR",
# "data": { "device": "dimm1",
# "msg": "acpi: device unplug for unsupported device"
# },