summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
diff options
context:
space:
mode:
authorBenjamin Romer2014-10-23 20:30:30 +0200
committerGreg Kroah-Hartman2014-10-27 03:33:11 +0100
commitf676054dd8ca5d700bf434c56cc221ede3e33b05 (patch)
treeab5c11e1b0e534e5181a093ea3f2847ab131732d /drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
parentstaging: unisys: refactor CONTROLVM_MESSAGE_DEVICE_CREATE (diff)
downloadkernel-qcow2-linux-f676054dd8ca5d700bf434c56cc221ede3e33b05.tar.gz
kernel-qcow2-linux-f676054dd8ca5d700bf434c56cc221ede3e33b05.tar.xz
kernel-qcow2-linux-f676054dd8ca5d700bf434c56cc221ede3e33b05.zip
staging: unisys: refactor CONTROLVM_MESSAGE_DEVICE_CONFIGURE
Remove the typedef from CONTROLVM_MESSAGE_DEVICE_CONFIGURE, replacing it with struct controlvm_message_device_configure. Fix CamelCase names and update all references. Header => header Packet => packet Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h')
-rw-r--r--drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
index 120fa58fc0c9..6dc79d8fd795 100644
--- a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
+++ b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
@@ -240,10 +240,10 @@ struct controlvm_message_device_create {
struct controlvm_packet_device_create packet;
}; /* total 128 bytes */
-typedef struct _CONTROLVM_MESSAGE_DEVICE_CONFIGURE {
- struct controlvm_message_header Header;
- struct controlvm_packet_device_configure Packet;
-} CONTROLVM_MESSAGE_DEVICE_CONFIGURE; /* total 56 bytes */
+struct controlvm_message_device_configure {
+ struct controlvm_message_header header;
+ struct controlvm_packet_device_configure packet;
+}; /* total 56 bytes */
/* This is the format for a message in any ControlVm queue. */
struct controlvm_message_packet {