staging: unisys: visorbus: controlvmchannel.h: fix spacing
This patch fixes space and tab aligned comments in controlvmchannel.h. Signed-off-by: Erik Arfvidson <erik.arfvidson@gmail.com> Signed-off-by: David Kershner <david.kershner@unisys.com> Reviewed-by: David Binder <david.binder@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
920680f4a7
commit
b06f5d1116
|
@ -45,10 +45,10 @@
|
|||
VISOR_CONTROLVM_CHANNEL_SIGNATURE))
|
||||
|
||||
/* Defines for various channel queues */
|
||||
#define CONTROLVM_QUEUE_REQUEST 0
|
||||
#define CONTROLVM_QUEUE_RESPONSE 1
|
||||
#define CONTROLVM_QUEUE_EVENT 2
|
||||
#define CONTROLVM_QUEUE_ACK 3
|
||||
#define CONTROLVM_QUEUE_REQUEST 0
|
||||
#define CONTROLVM_QUEUE_RESPONSE 1
|
||||
#define CONTROLVM_QUEUE_EVENT 2
|
||||
#define CONTROLVM_QUEUE_ACK 3
|
||||
|
||||
/* Max num of messages stored during IOVM creation to be reused after crash */
|
||||
#define CONTROLVM_CRASHMSG_MAX 2
|
||||
|
|
Loading…
Reference in New Issue