[PATCH 3/5] staging: hv: Convert camel cased parameter in channel_interface.h to lower case

From: Haiyang Zhang
Date: Fri Oct 15 2010 - 13:21:11 EST


From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>

Convert camel cased parameter in channel_interface.h to lower case

Signed-off-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
Signed-off-by: Hank Janssen <hjanssen@xxxxxxxxxxxxx>

---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/