Commit f3c7c96c authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: fix remaining style issue in ChannelInterface.h

It snuck in with the other typedef cleanups, sorry about that.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2dd88b51
......@@ -29,6 +29,7 @@
void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);
void GetChannelInfo(struct hv_device *Device, struct hv_device_info *DeviceInfo);
void GetChannelInfo(struct hv_device *Device,
struct hv_device_info *DeviceInfo);
#endif /* _CHANNEL_INTERFACE_H_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment