Staging: hv: fix remaining style issue in ChannelInterface.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 27 Aug 2009 22:59:39 +0000 (15:59 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:59 +0000 (12:01 -0700)
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>
drivers/staging/hv/ChannelInterface.h

index e24f736..684b4ca 100644 (file)
@@ -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_ */