projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa90f1d
)
Staging: hv: vmbus_drv: Rename the variable messageType
author
K. Y. Srinivasan
<kys@microsoft.com>
Tue, 10 May 2011 14:55:37 +0000
(07:55 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 11 May 2011 20:49:13 +0000
(13:49 -0700)
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/channel_mgmt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/hv/channel_mgmt.c
b/drivers/staging/hv/channel_mgmt.c
index bc6e235f949c3407a4af3a2a11c98e2fa82883bc..a8be5654bfd0d8bee2c4a7c147244f957c07f2fb 100644
(file)
--- 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 message
T
ype;
+ enum vmbus_channel_message_type message
_t
ype;
void (*message_handler)(struct vmbus_channel_message_header *msg);
};