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

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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_ */