From f3c7c96c8bb587263b408bf98f9208ac1c1d1c92 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 27 Aug 2009 15:59:39 -0700 Subject: [PATCH] Staging: hv: fix remaining style issue in ChannelInterface.h It snuck in with the other typedef cleanups, sorry about that. Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- drivers/staging/hv/ChannelInterface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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_ */ -- 2.7.4