Skip to content

Commit

Permalink
staging: hv: Convert camel cased parameter in channel_interface.h to …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Haiyang Zhang authored and Greg Kroah-Hartman committed Oct 15, 2010
1 parent 53e4f1e commit 2779970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/hv/channel_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit 2779970

Please sign in to comment.