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:
parent
53e4f1e656
commit
277997032b
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue