summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
diff options
context:
space:
mode:
authorBenjamin Romer2014-10-03 20:09:10 +0200
committerGreg Kroah-Hartman2014-10-20 04:29:05 +0200
commit4eddbf13902ad72123898830876ca5039560f510 (patch)
treebf141d43618509f40be17a2ccb28eff1b4d97a96 /drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
parentstaging: unisys: fix CamelCase struct name PciId (diff)
downloadkernel-qcow2-linux-4eddbf13902ad72123898830876ca5039560f510.tar.gz
kernel-qcow2-linux-4eddbf13902ad72123898830876ca5039560f510.tar.xz
kernel-qcow2-linux-4eddbf13902ad72123898830876ca5039560f510.zip
staging: unisys: fix CamelCase name for struct InterruptInfo
Fix CamelCase names: InterruptInfo => irq_info 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
index 8c32be291aaa..cbe152f8ea27 100644
--- a/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
+++ b/drivers/staging/unisys/common-spar/include/channels/controlvmchannel.h
@@ -119,7 +119,7 @@ typedef enum {
} CONTROLVM_ID;
-struct InterruptInfo {
+struct irq_info {
/**< specifies interrupt info. It is used to send interrupts
* for this channel. The peer at the end of this channel
* who has registered an interrupt (using recv fields
@@ -298,7 +298,7 @@ typedef struct _CONTROLVM_PACKET_DEVICE_CREATE {
u64 channelBytes; /**< specifies size of the channel in bytes */
uuid_le dataTypeGuid;/**< specifies format of data in channel */
uuid_le devInstGuid; /**< instance guid for the device */
- struct InterruptInfo intr; /**< specifies interrupt information */
+ struct irq_info intr; /**< specifies interrupt information */
} CONTROLVM_PACKET_DEVICE_CREATE; /* for CONTROLVM_DEVICE_CREATE */
typedef struct _CONTROLVM_PACKET_DEVICE_CONFIGURE {