[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1287162847-27536-3-git-send-email-haiyangz@linuxonhyperv.com>
Date: Fri, 15 Oct 2010 10:14:05 -0700
From: Haiyang Zhang <haiyangz@...uxonhyperv.com>
To: haiyangz@...rosoft.com, hjanssen@...rosoft.com, gregkh@...e.de,
linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
virtualization@...ts.osdl.org
Subject: [PATCH 3/5] staging: hv: Convert camel cased parameter in channel_interface.h to lower case
From: Haiyang Zhang <haiyangz@...rosoft.com>
Convert camel cased parameter in channel_interface.h to lower case
Signed-off-by: Haiyang Zhang <haiyangz@...rosoft.com>
Signed-off-by: Hank Janssen <hjanssen@...rosoft.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists