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>
This commit is contained in:
Haiyang Zhang 2010-10-15 10:14:05 -07:00 committed by Greg Kroah-Hartman
parent 53e4f1e656
commit 277997032b
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#include "vmbus_api.h"
void get_channel_info(struct hv_device *Device,
struct hv_device_info *DeviceInfo);
void get_channel_info(struct hv_device *device,
struct hv_device_info *info);
#endif /* _CHANNEL_INTERFACE_H_ */