diff options
author | Haiyang Zhang <haiyangz@microsoft.com> | 2010-10-15 13:14:05 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-15 15:45:30 -0400 |
commit | 277997032b353e01f61f059608d69fa644301ebd (patch) | |
tree | c349e000fe9b004d668e226334b968cda341f57f | |
parent | 53e4f1e65636244a14d52dccf7a92e544a54bff1 (diff) |
staging: hv: Convert camel cased parameter in channel_interface.h to lower case
Convert camel cased parameter in channel_interface.h to lower case
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/hv/channel_interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/channel_interface.h b/drivers/staging/hv/channel_interface.h index 1007612c15a0..82cff3d7f06f 100644 --- a/drivers/staging/hv/channel_interface.h +++ b/drivers/staging/hv/channel_interface.h | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | #include "vmbus_api.h" | 28 | #include "vmbus_api.h" |
29 | 29 | ||
30 | void get_channel_info(struct hv_device *Device, | 30 | void get_channel_info(struct hv_device *device, |
31 | struct hv_device_info *DeviceInfo); | 31 | struct hv_device_info *info); |
32 | 32 | ||
33 | #endif /* _CHANNEL_INTERFACE_H_ */ | 33 | #endif /* _CHANNEL_INTERFACE_H_ */ |