diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-27 15:59:39 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:01:59 -0700 |
commit | f3c7c96c8bb587263b408bf98f9208ac1c1d1c92 (patch) | |
tree | 1392a4ed1f96633d54ec33919dd7f52e863c2542 | |
parent | 2dd88b511b3ca7907b3fc0e318ff95643a87f2af (diff) |
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>
-rw-r--r-- | drivers/staging/hv/ChannelInterface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/hv/ChannelInterface.h b/drivers/staging/hv/ChannelInterface.h index e24f7365ede..684b4ca163a 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_ */ |