Signed-off-by: John Snow <[email protected]> --- qapi/misc-arm.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/qapi/misc-arm.json b/qapi/misc-arm.json index a7b5498d2d3..8cb2ea77951 100644 --- a/qapi/misc-arm.json +++ b/qapi/misc-arm.json @@ -5,11 +5,10 @@ ## # @GICCapability: -# -# The struct describes capability for a specific GIC (Generic -# Interrupt Controller) version. These bits are not only decided by -# QEMU/KVM software version, but also decided by the hardware that the -# program is running upon. +# The struct describes capability for a specific GIC (Generic +# Interrupt Controller) version. These bits are not only decided +# by QEMU/KVM software version, but also decided by the hardware +# that the program is running upon. # # @version: version of GIC to be described. Currently, only 2 and 3 # are supported. -- 2.55.0
