summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/ChannelInterface.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-27 22:59:39 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:59 (GMT)
commitf3c7c96c8bb587263b408bf98f9208ac1c1d1c92 (patch)
tree1392a4ed1f96633d54ec33919dd7f52e863c2542 /drivers/staging/hv/ChannelInterface.h
parent2dd88b511b3ca7907b3fc0e318ff95643a87f2af (diff)
downloadlinux-fsl-qoriq-f3c7c96c8bb587263b408bf98f9208ac1c1d1c92.tar.xz
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: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/ChannelInterface.h')
-rw-r--r--drivers/staging/hv/ChannelInterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/hv/ChannelInterface.h b/drivers/staging/hv/ChannelInterface.h
index e24f736..684b4ca 100644
--- a/drivers/staging/hv/ChannelInterface.h
+++ b/drivers/staging/hv/ChannelInterface.h
@@ -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_ */