aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Y. Srinivasan <[email protected]>2011-05-10 07:55:37 -0700
committerGreg Kroah-Hartman <[email protected]>2011-05-11 13:49:13 -0700
commitcf9dcba7ff852594163c72a0633608377fb53645 (patch)
treed47a570a30de7db61147d2a4030b392be9b15bb5
parentfa90f1de21a038ff36526d2366ad25ab35f21188 (diff)
Staging: hv: vmbus_drv: Rename the variable messageType
Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Haiyang Zhang <[email protected]> Signed-off-by: Abhishek Kane <[email protected]> Signed-off-by: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/hv/channel_mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/channel_mgmt.c b/drivers/staging/hv/channel_mgmt.c
index bc6e235f949c..a8be5654bfd0 100644
--- a/drivers/staging/hv/channel_mgmt.c
+++ b/drivers/staging/hv/channel_mgmt.c
@@ -34,7 +34,7 @@
#include "utils.h"
struct vmbus_channel_message_table_entry {
- enum vmbus_channel_message_type messageType;
+ enum vmbus_channel_message_type message_type;
void (*message_handler)(struct vmbus_channel_message_header *msg);
};