From: Greg Kroah-Hartman Date: Thu, 27 Aug 2009 22:59:39 +0000 (-0700) Subject: Staging: hv: fix remaining style issue in ChannelInterface.h X-Git-Tag: v3.12-rc1~13346^2~337 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3c7c96c8bb587263b408bf98f9208ac1c1d1c92;p=kernel%2Fkernel-generic.git 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 --- 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_ */