xen/vm-event: Misc fixups
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 31 May 2019 19:54:28 +0000 (12:54 -0700)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 4 Jun 2019 13:43:51 +0000 (14:43 +0100)
commit2828258c4dcae6a7871e6d627d85ad4ba9680d3e
treefcf77b9303943494f30c0c6e03f534765ff00f18
parent928f59868c9a440c85e0f158dc75a4daffe4dceb
xen/vm-event: Misc fixups

 * Drop redundant brackes, and inline qualifiers.
 * Insert newlines and spaces where appropriate.
 * Drop redundant NDEBUG - gdprint() is already conditional.  Fix the
   logging level, as gdprintk() already prefixes the guest marker.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
xen/common/vm_event.c