Commit 3239c1cc authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: fix line lengths in controlvmcompletionstatus.h

The controlVM status file had comments going over the 80 character limit. These
are moved to the next line and the spacing is fixed.
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 613cbd9f
...@@ -62,14 +62,16 @@ ...@@ -62,14 +62,16 @@
* DEVICE_CREATE, * DEVICE_CREATE,
* DEVICE_DESTROY */ * DEVICE_DESTROY */
/* Unable to invoke VIRTPCI callback */ /* Unable to invoke VIRTPCI callback */
#define CONTROLVM_RESP_ERROR_VIRTPCI_DRIVER_CALLBACK_ERROR 605 /* BUS_CREATE, #define CONTROLVM_RESP_ERROR_VIRTPCI_DRIVER_CALLBACK_ERROR 605
* BUS_DESTROY, /* BUS_CREATE,
* DEVICE_CREATE, * BUS_DESTROY,
* DEVICE_DESTROY */ * DEVICE_CREATE,
* DEVICE_DESTROY */
/* VIRTPCI Callback returned error */ /* VIRTPCI Callback returned error */
#define CONTROLVM_RESP_ERROR_GENERIC_DRIVER_CALLBACK_ERROR 606 /* SWITCH_ATTACHEXTPORT, #define CONTROLVM_RESP_ERROR_GENERIC_DRIVER_CALLBACK_ERROR 606
* SWITCH_DETACHEXTPORT /* SWITCH_ATTACHEXTPORT,
* DEVICE_CONFIGURE */ * SWITCH_DETACHEXTPORT
* DEVICE_CONFIGURE */
/* generic device callback returned error */ /* generic device callback returned error */
/* Bus Related------------------------------------------------------[700-799] */ /* Bus Related------------------------------------------------------[700-799] */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment