From: Haiyang Zhang <[email protected]>

Convert camel cased parameter in channel_interface.h to lower case

Signed-off-by: Haiyang Zhang <[email protected]>
Signed-off-by: Hank Janssen <[email protected]>

---
 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 1007612..82cff3d 100644
--- a/drivers/staging/hv/channel_interface.h
+++ b/drivers/staging/hv/channel_interface.h
@@ -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_ */
-- 
1.6.3.2

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to